Skip to main content

Interface: GtcMapDetailSettingIconProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapDetailSettingIcon.tsx:10

Component props for GtcMapDetailSettingIcon.

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 | SubscribableSet<string>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapDetailSettingIcon.tsx:15

CSS class(es) to apply to the icon's root element.


mode

mode: Subscribable<MapDeclutterSettingMode>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapDetailSettingIcon.tsx:12

The map detail setting mode to display.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref