Interface UpdateLocationOnMounted

Interface for the 'mounted' update location action.

interface UpdateLocationOnMounted {
    action: "mounted";
    app: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "mounted"

The action type.

app: string

The application identifier.