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

Hierarchy (View Summary)

Properties

Properties

action: "setRoles"
roles: string[]

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