@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
11 lines • 576 B
TypeScript
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