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

    Type Alias IsConnectedResult

    Result object containing the connection status.

    Connected to Grab SuperApp:

    { connected: true }
    

    Not connected:

    { connected: false }
    
    type IsConnectedResult = {
        connected: boolean;
    }
    Index

    Properties

    Properties

    connected: boolean

    Whether the MiniApp is connected to the Grab SuperApp.