Interface: ActionInput
Input requested by the host before invoking a user action.
Properties
key
key:
string
Stable key present in the params object passed to onAction.
type
type:
"number"|"boolean"|"text"|"password"|"select"
Editor used by the host action dialog.
label
label:
string
Human-readable input label.
default?
optionaldefault?:string|number|boolean
Initial value shown when the action dialog opens.
options?
optionaloptions?:object[]
Allowed choices when type is select.
label
label:
string
value
value:
string|number