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

    Type Alias ResponseStatusCode204

    No result response with status code 204.

    Returned when a JSBridge method completes with no content (e.g., user cancelled a dialog). No result or error data is returned.

    type ResponseStatusCode204 = {
        status_code: 204;
    }
    Index

    Properties

    Properties

    status_code: 204

    HTTP-style status code indicating the outcome of the JSBridge method call