@openhps/core
    Preparing search index...

    Interface SourceNodeOptions

    interface SourceNodeOptions {
        name?: string;
        persistence?: boolean;
        source?: DataObject;
        uid?: string;
    }

    Hierarchy (View Summary)

    Index
    name?: string

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

    persistence?: boolean

    Merge objects from persisted source

    true
    
    source?: DataObject

    Source data object

    uid?: string

    Manually set the unique identifier of the node