Table of contents

Properties

children

children?: ReactNode

id

id: string

label

The label to display on the item. If it's a string, it will be translated. If it's an object, the keys will be used as the language keys and the values will be translated.

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

TldrawUiMenuContextProviderTldrawUiMenuItem