Skip to main content

Interface: UserTimerValueDisplayProps

Component props for UserTimerValueDisplay

Hierarchy

  • ComponentProps

    UserTimerValueDisplayProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


class

Optional class: string | ToggleableClassNameRecord | SubscribableSet<string>

CSS class(es) to add to the display's root element.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Timer/UserTimerValueDisplay.tsx:19


isRunning

isRunning: Subscribable<boolean>

Whether the timer is running.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Timer/UserTimerValueDisplay.tsx:16


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


value

value: Subscribable<number>

The timer value, in milliseconds.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Timer/UserTimerValueDisplay.tsx:13