UNPKG

@shapediver/sdk.sdtf-v1

Version:
11 lines 576 B
import { ISdtfReadableAttributes, ISdtfReadableDataItem, ISdtfReadableNode, ISdtfReadableTypeHint } from '@shapediver/sdk.sdtf-core'; import { SdtfBaseReadableComponent } from './SdtfBaseReadableComponent'; export declare class SdtfReadableNode extends SdtfBaseReadableComponent implements ISdtfReadableNode { attributes?: ISdtfReadableAttributes; items: ISdtfReadableDataItem[]; name?: string; nodes: ISdtfReadableNode[]; typeHint?: ISdtfReadableTypeHint; additionalProperties: Record<string, unknown>; } //# sourceMappingURL=SdtfReadableNode.d.ts.map