akiles-cordova
    Preparing search index...

    Interface GadgetAction

    Represents an action that can be performed on a gadget.

    interface GadgetAction {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the action.

    name: string

    The name of the action.