UNPKG

@shapediver/sdk.sdtf-v1

Version:
11 lines 653 B
import { ISdtfWriteableAccessor, ISdtfWriteableAttributes, ISdtfWriteableDataItem, ISdtfWriteableTypeHint } from '@shapediver/sdk.sdtf-core'; import { SdtfBaseWriteableComponent } from './SdtfBaseWriteableComponent'; export declare class SdtfWriteableDataItem extends SdtfBaseWriteableComponent implements ISdtfWriteableDataItem { accessor?: ISdtfWriteableAccessor; attributes?: ISdtfWriteableAttributes; typeHint?: ISdtfWriteableTypeHint; value?: unknown; additionalProperties: Record<string, unknown>; static clone(original: ISdtfWriteableDataItem): ISdtfWriteableDataItem; } //# sourceMappingURL=SdtfWriteableDataItem.d.ts.map