UNPKG

@shapediver/sdk.sdtf-v1

Version:
12 lines 658 B
import { ISdtfWriteableAttributes, ISdtfWriteableDataItem, ISdtfWriteableNode, ISdtfWriteableTypeHint } from '@shapediver/sdk.sdtf-core'; import { SdtfBaseWriteableComponent } from './SdtfBaseWriteableComponent'; export declare class SdtfWriteableNode extends SdtfBaseWriteableComponent implements ISdtfWriteableNode { attributes?: ISdtfWriteableAttributes; items: ISdtfWriteableDataItem[]; name?: string; nodes: ISdtfWriteableNode[]; typeHint?: ISdtfWriteableTypeHint; additionalProperties: Record<string, unknown>; static clone(original: ISdtfWriteableNode): ISdtfWriteableNode; } //# sourceMappingURL=SdtfWriteableNode.d.ts.map