CommandMenu Pass Through

Pass Through documentation for CommandMenu component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

The component's PT demo referenced as commandmenu-pt is unavailable or does not exist.

CommandMenu PT Options#

Defines passthrough(pt) options of CommandMenu component.

labeltypedescription
rootCommandMenuPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
listCommandMenuPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the list's DOM element.
groupCommandMenuPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the group's DOM element.
groupHeadingCommandMenuPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the group heading's DOM element.
itemCommandMenuPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the item's DOM element.
emptyCommandMenuPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the empty's DOM element.
inputCommandMenuPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.