@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
7 lines • 327 B
TypeScript
import { ISdtfBaseWriteableComponent } from '@shapediver/sdk.sdtf-core';
export declare abstract class SdtfBaseWriteableComponent implements ISdtfBaseWriteableComponent {
readonly componentId: string;
constructor();
toDataObject(): Record<string, unknown>;
}
//# sourceMappingURL=SdtfBaseWriteableComponent.d.ts.map