Table of contents

Public interface

Signature
interface TLUiDropdownMenuCheckboxItemProps {}
Source

packages/tldraw/src/lib/ui/components/primitives/TldrawUiDropdownMenu.tsx


Properties

checked

Public propertysignature

Signature
checked?: boolean

children

Public propertysignature

Signature
children: ReactNode

disabled

Public propertysignature

Signature
disabled?: boolean

onSelect

Public propertysignature

Signature
onSelect?: (e: Event) => void

title

Public propertysignature

Signature
title: string

TLUiDialogTitlePropsTLUiDropdownMenuContentProps