Interface ILocationButton

Basic button interface

interface ILocationButton {
    action: {
        payload: ButtonPayload;
        type: "location";
    };
}

Hierarchy (view full)

Properties

Properties

action: {
    payload: ButtonPayload;
    type: "location";
}

Type declaration

  • payload: ButtonPayload

    Payload, preferably use object

  • type: "location"

Generated using TypeDoc