WebView SDK Documentation - v2.0.0
    Preparing search index...

    Interface MiniAppRequestBase

    interface MiniAppRequestBase {
        event: string;
        request_id: string;
        sender: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index
    event: string
    request_id: string
    sender: string