interface StateSetRolesAction {
    action: "setRoles";
    roles: StateRoleEnum[];
}

Hierarchy (View Summary)

Properties

Properties

action: "setRoles"
roles: StateRoleEnum[]

Value to set. If empty, any existing value will be removed.