Skip to main content

Interface: BarTouchButtonArrowProps

Defined in: workingtitle-instruments-epic2/shared/Components/BarTouchButtonArrow.tsx:6

Props for BarTouchButtonArrow.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


isDisabled?

optional isDisabled: boolean | Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/BarTouchButtonArrow.tsx:14

Whether the arrow icon is disabled. Defaults to false.


isLeftArrow?

optional isLeftArrow: boolean | Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/BarTouchButtonArrow.tsx:8

Whether the bar touch button has a left arrow or not. Defaults to false.


isRightArrow?

optional isRightArrow: boolean | Subscribable<boolean>

Defined in: workingtitle-instruments-epic2/shared/Components/BarTouchButtonArrow.tsx:11

Whether the bar touch button has a right arrow or not. Defaults to false.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref