@openhps/solid
    Preparing search index...

    Interface SolidPropertySourceOptions

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

    Hierarchy

    • SourceNodeOptions
      • SolidPropertySourceOptions
    Index

    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