FivePD API
Models/VariableData

VariableDataEntityObservable

Represents a dynamic entity observable.

Methods

Subscribe

Subscribes to the given action of a set.

Parameters

NameTypeDescription
observerAction<VariableDataEvent>The action which will be invoked.

Returns

NameType
IDisposableA disposable .

Unsubscribe

Unsubscribes the given observer.

Parameters

NameTypeDescription
actionAction<VariableDataEvent>The action to unsubscribe.

InvokeObservers

Invokes all observers.

Parameters

NameTypeDescription
eventVariableDataEventThe entity to invoke the action with.

Properties

SetType

Gets the type of the set.

Type: Type

Type

Gets the type of the subscribed action.

Type: VariableDataEntityObservableType