Skip to main content

Interface: ScrollableButtonIconsProps

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

Props for ScrollableButtonIcon.

Extends

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

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

Css class string to apply to root element.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref