Hierarchy

  • PurpleActionParameter

Indexable

[property: string]: any

Properties

Properties

key: string

The key of the action parameter.

value: string | number | boolean | any[] | {
    [key: string]: any;
}

The value of the action parameter

Generated using TypeDoc