akiles-cordova
    Preparing search index...

    Interface Gadget

    Represents a gadget in the Akiles system.

    interface Gadget {
        actions: GadgetAction[];
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    actions: GadgetAction[]

    Array of actions that can be performed on the gadget.

    id: string

    The ID of the gadget.

    name: string

    The name of the gadget.