hosanna-ui-docs - v0.9.0
    Preparing search index...
    type FieldObserver = {
        infoFields?: string[];
        port?: VirtualRoMessagePort.VirtualRoMessagePort;
        targetFunction?: Function;
    }
    Index

    Properties

    infoFields?: string[]

    The fields to observe for additional information.

    The message port associated with the observer.

    targetFunction?: Function

    The target function to invoke when the field changes.