[]
type ActionParameter = object;
Parameters for an action.
name: string;
Parameter name.
optional type: "Set" | "Reset" | "Toggle";
Type of the apply parameter.
values: any[];
Values associated with the parameter.