Skip to main content

Interface: FloatingRadioItemProps

Hierarchy

  • ComponentProps

    FloatingRadioItemProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


name

name: string

The name of the option

Defined in

workingtitle-instruments-wt21/shared/Menus/Components/FloatingRadioItem.tsx:10


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


selectedColor

selectedColor: string

CSS color value applied to the element when it is selected

Defined in

workingtitle-instruments-wt21/shared/Menus/Components/FloatingRadioItem.tsx:13