UNPKG

@shapediver/sdk.sdtf-v1

Version:
12 lines 465 B
import { ISdtfNode } from '@shapediver/sdk.sdtf-core'; import { SdtfBasePartialComponent } from './SdtfBasePartialComponent'; export declare class SdtfPartialNode extends SdtfBasePartialComponent implements ISdtfNode { attributes?: number; items: number[]; name?: string; nodes: number[]; typeHint?: number; additionalProperties: Record<string, unknown>; toJson(): Record<string, unknown>; } //# sourceMappingURL=SdtfPartialNode.d.ts.map