@openhps/solid
    Preparing search index...

    Interface SolidPropertySinkOptions

    interface SolidPropertySinkOptions {
        completedEvent?: boolean;
        name?: string;
        persistence?: boolean;
        properties?: POSITION[];
        uid?: string;
    }

    Hierarchy

    • SinkNodeOptions
      • SolidPropertySinkOptions
    Index

    Properties

    completedEvent?: boolean

    Emit a completed event for this sink

    true
    
    name?: string

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

    persistence?: boolean

    Store objects in data services

    true
    
    properties?: POSITION[]
    uid?: string

    Manually set the unique identifier of the node