Context Menu
Right-click triggered menu.
Generado a partir del código fuente público del paquete.
API
CheckboxItemcomponente
CheckboxItem(props: ContextMenuCheckboxItemProps): Element
Propiedades
checked?booleandisabled?booleanonCheckedChange?(checked: boolean) => voidtextValue?string
hijos: Element
Contentcomponente
Content(props: ContextMenuContentProps): Element
Propiedades
class?stringstyle?string | CSSProperties
hijos: Element
ContextMenuCheckboxItemPropsinterfaz
Propiedades
checked?booleandisabled?booleanonCheckedChange?(checked: boolean) => voidtextValue?string
hijos: Element
ContextMenuContentPropsinterfaz
Propiedades
class?stringstyle?string | CSSProperties
hijos: Element
ContextMenuItemPropsinterfaz
Propiedades
disabled?booleanonSelect?() => voidtextValue?string
hijos: Element
ContextMenuLabelPropsinterfaz
Propiedades
class?string
hijos: Element
ContextMenuRadioGroupPropsinterfaz
Propiedades
onValueChange?(value: string) => voidvalue?string
hijos: Element
ContextMenuRadioItemPropsinterfaz
Propiedades
disabled?booleantextValue?stringvaluestring
hijos: Element
ContextMenuRootPropsinterfaz
hijos: Element
ContextMenuSeparatorPropsinterfaz
Propiedades
class?string
ContextMenuTriggerPropsinterfaz
Propiedades
class?string
hijos: Element
Itemcomponente
Item(props: ContextMenuItemProps): Element
Propiedades
disabled?booleanonSelect?() => voidtextValue?string
hijos: Element
Labelcomponente
Label(props: ContextMenuLabelProps): Element
Propiedades
class?string
hijos: Element
RadioGroupcomponente
RadioGroup(props: ContextMenuRadioGroupProps): Element
Propiedades
onValueChange?(value: string) => voidvalue?string
hijos: Element
RadioItemcomponente
RadioItem(props: ContextMenuRadioItemProps): Element
Propiedades
disabled?booleantextValue?stringvaluestring
hijos: Element
Rootcomponente
Root(props: ContextMenuRootProps): Element
hijos: Element
Separatorcomponente
Separator(props: ContextMenuSeparatorProps): Element
Propiedades
class?string
Triggercomponente
Trigger(props: ContextMenuTriggerProps): Element
Propiedades
class?string
hijos: Element