Chartbreaker
    Preparing search index...

    Interface CommandEventInit

    interface CommandEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        command?: string;
        composed?: boolean;
        source?: Element | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    command?: string
    composed?: boolean
    source?: Element | null