RadioItems.Prop Type

• options (list with values of type: record with the fields: 'label: string | number (required)', 'value: string | number (required)', 'disabled: boolean (optional)'; default []) - An array of options • value (string | number) - The currently selected value • style (record) - The style of the container (div) • className (string) - The class of the container (div) • inputStyle (record; default {}) - The style of the radio element • inputClassName (string; default ) - The class of the radio element • labelStyle (record; default {}) - The style of the

Union cases

Union case Description

ClassName string

Full Usage: ClassName string

Parameters:
    Item : string

Item : string

InputClassName string

Full Usage: InputClassName string

Parameters:
    Item : string

Item : string
Item : DashComponentStyle

LabelClassName string

Full Usage: LabelClassName string

Parameters:
    Item : string

Item : string
Item : DashComponentStyle

LoadingState LoadingState

Full Usage: LoadingState LoadingState

Parameters:
Item : LoadingState

Options seq<RadioItemsOption>

Full Usage: Options seq<RadioItemsOption>

Parameters:
Item : seq<RadioItemsOption>

PersistedProps string[]

Full Usage: PersistedProps string[]

Parameters:
    Item : string[]

Item : string[]

Persistence IConvertible

Full Usage: Persistence IConvertible

Parameters:
Item : IConvertible
Item : PersistenceTypeOptions
Item : DashComponentStyle

Value IConvertible

Full Usage: Value IConvertible

Parameters:
Item : IConvertible

Static members

Static member Description

Prop.convert

Full Usage: Prop.convert

Returns: Prop -> obj
Returns: Prop -> obj

Prop.toDynamicMemberDef prop

Full Usage: Prop.toDynamicMemberDef prop

Parameters:
Returns: string * obj
prop : Prop
Returns: string * obj

Prop.toPropName

Full Usage: Prop.toPropName

Returns: Prop -> string
Returns: Prop -> string