SongGuess
    Preparing search index...

    Interface CustomEventCustomEventInit

    interface CustomEventCustomEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        detail?: any;
    }
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    detail?: any