kaios-types
    Preparing search index...

    Interface MozInterAppMessageEventInit

    interface MozInterAppMessageEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        data?: any;
    }

    Hierarchy

    • EventInit
      • MozInterAppMessageEventInit
    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    data?: any