Viewer
    Preparing search index...

    Interface IParameterEvent

    Definition of the parameter event. These events are sent when a parameter changes (EVENTTYPE_PARAMETER).

    interface IParameterEvent {
        parameterId: string;
        sessionId: string;
        value: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameterId: string

    The id of the parameter.

    sessionId: string

    The id of the session.

    value: unknown

    The value of the parameter.