Skip to main content

Interface: PopupMenuProps

The properties for the PopupMenu component.

Hierarchy

  • ComponentProps

    PopupMenuProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

Allows adding a CSS class.

Defined in

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


label

Optional label: string

The text label of the menu

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125