NavVis IVION API
    Preparing search index...

    Type Alias ConnectOptions

    Options for the connect method

    type ConnectOptions = {
        isPublic?: boolean;
        order?: number;
    }
    Index

    Properties

    Properties

    isPublic?: boolean

    Handlers with isPublic=false will not be removed when signal.disconnectAll is called. Disconnect manually or via SignalConnections

    order?: number

    Handlers with a higher order value will be called later.