Interface ActiveSourceOptions

interface ActiveSourceOptions {
    autoStart?: boolean;
    interval?: number;
    name?: string;
    persistence?: boolean;
    softStop?: boolean;
    source?: DataObject;
    uid?: string;
}

Hierarchy (view full)

Properties

autoStart?: boolean

Auto start the sensor

interval?: number

Push interval

name?: string

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

persistence?: boolean

Merge objects from persisted source

Default

true
softStop?: boolean

Stopping the source will halt the pushing of frames but not stop the data collection.

source?: DataObject

Source data object

uid?: string

Manually set the unique identifier of the node