Skip to main content
Version: 1.x

RoleSelectMenuProps

RoleSelectMenuProps

The RoleSelectMenu component props.

Signature
interface RoleSelectMenuProps extends
Partial<Omit<RoleSelectMenuComponentData, 'type'>>,
CommonSelectMenuProps<RoleSelectMenuInteraction, RoleSelectMenuKit> {

}