@grabjs/superapp-sdk
    Preparing search index...

    Interface InvokeOptions

    Options for invoking a JSBridge method.

    interface InvokeOptions {
        method: string;
        params?: unknown;
    }
    Index

    Properties

    Properties

    method: string

    The name of the JSBridge method to invoke

    params?: unknown

    The parameters to pass to the method