Skip to main content

Interface: UserTimerValueDisplayProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Timer/UserTimerValueDisplay.tsx:11

Component props for UserTimerValueDisplay

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


class?

optional class: string | ToggleableClassNameRecord | SubscribableSet<string>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Timer/UserTimerValueDisplay.tsx:19

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


isRunning

isRunning: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Timer/UserTimerValueDisplay.tsx:16

Whether the timer is running.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


value

value: Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Timer/UserTimerValueDisplay.tsx:13

The timer value, in milliseconds.