ratz/src/chatservers/commands/selectbox.go

type CommandSelectBoxUsers

type CommandSelectBoxRoles

type CommandSelectBoxChannels

type CommandSelectBox

func (c CommandSelectBox) Options() (options []ComponentOption) {}

func (c CommandSelectBox) Style() ComponentStyle {}

func (c CommandSelectBox) AddOption(label, description string, value interface{}

func NewSelectBox(label string, style DropdownStyle, handler CommandComponentHandler) CommandSelectBox {}

func NewSelectBoxUsers(label string, handler CommandComponentHandler) CommandSelectBoxUsers {}

func NewSelectBoxRoles(label string, handler CommandComponentHandler) CommandSelectBoxRoles {}

func NewSelectBoxChannels(label string, handler CommandComponentHandler) CommandSelectBoxChannels {}