Interface SolidPropertySourceOptions

interface SolidPropertySourceOptions {
    name?: string;
    persistence?: boolean;
    properties?: POSITION[];
    source?: DataObject;
    uid?: string;
}

Hierarchy

  • SourceNodeOptions
    • SolidPropertySourceOptions

Properties

name?: string

User friendly name of the node Used for querying a node by its name.

persistence?: boolean

Merge objects from persisted source

true
properties?: POSITION[]
source?: DataObject

Source data object

uid?: string

Manually set the unique identifier of the node