interface StateChangeTypeAction {
    action: "changeType";
    type: StateTypeEnum;
}

Hierarchy (View Summary)

Properties

Properties

action: "changeType"

Resource or object types the State shall be assigned to. Must not be empty.