Hosanna UI API v1.30.2-next
    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.