Defines the list of actions to be set for an element in a frame.

interface _ElActions {
    actions: _Action[];
    elementAdpt: _ElementAdapter;
}

Properties

Properties

actions: _Action[]
elementAdpt: _ElementAdapter