Skip to main content

Interface: PopupMenuProps

Defined in: workingtitle-instruments-wt21/shared/Menus/Components/PopupMenu.tsx:6

The properties for the PopupMenu component.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


class?

optional class: string

Defined in: workingtitle-instruments-wt21/shared/Menus/Components/PopupMenu.tsx:10

Allows adding a CSS class.


label?

optional label: string

Defined in: workingtitle-instruments-wt21/shared/Menus/Components/PopupMenu.tsx:8

The text label of the menu


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref