Document Solutions Image Viewer
    Preparing search index...

    Type Alias EventBusAttachOptions

    Event handler attach options.

    type EventBusAttachOptions = {
        once?: boolean;
    }

    Properties

    once?: boolean

    Listen to the event once.