TLUiMenuCheckboxItemProps

See source code
Table of contents
interface TLUiMenuCheckboxItemProps<
  TranslationKey extends string = string,
  IconType extends string = string,
> {}

Properties

checked

optional
checked?: boolean;

disabled

optional
disabled?: boolean;

icon

optional
icon?: IconType | TLUiIconJsx;

id

id: string;

kbd

optional
kbd?: string;

label

optional
label?:
  | {
      [key: string]: TranslationKey;
    }
  | TranslationKey;

lang

optional
lang?: string;

readonlyOk

optional
readonlyOk?: boolean;

title

optional
title?: string;

toggle

optional
toggle?: boolean;

Methods

onSelect

Parameters

NameDescription

source

Returns

Promise<void> | void;

Prev
TLUiMainMenuProps
Next
TLUiMenuContextProviderProps