Skip to main content
Version: 1.x

UserSelectMenuProps

UserSelectMenuProps

The UserSelectMenu component.

Signature
interface UserSelectMenuProps extends Partial<Omit<UserSelectMenuComponentData, 'type' | 'defaultValues'>>,
CommonSelectMenuProps<UserSelectMenuInteraction, UserSelectMenuKit> {
defaultValues?: MaybeArray<string | Snowflake>;
}

defaultValues

property
MaybeArray<string | Snowflake>