TLUiMenuCheckboxItemProps
See source codeTable of contents
interface TLUiMenuCheckboxItemProps<
TranslationKey extends string = string,
IconType extends string = string,
> {}Properties
checked
optional
checked?: booleandisabled
optional
disabled?: booleanicon
optional
icon?: IconTypeid
id: stringkbd
optional
kbd?: stringlabel
optional
label?:
| {
[key: string]: TranslationKey
}
| TranslationKeyreadonlyOk
optional
readonlyOk?: booleantitle
optional
title?: stringtoggle
optional
toggle?: booleanMethods
onSelect
Parameters
| Name | Description |
|---|---|
|
Returns
Promise<void> | voidPrev
TLUiMainMenuPropsNext
TLUiMenuContextProviderProps