Tab.Prop Type

• label (string) - The tab's label • children (a list of or a singular dash component, string or number) - The content of the tab - will only be displayed if this tab is selected • value (string) - Value for determining which Tab is currently selected • disabled (boolean; default false) - Determines if tab is disabled or not - defaults to false • disabled_style (record; default { color: '#d6d6d6', }) - Overrides the default (inline) styles when disabled • disabled_className (string) - Appends a class to the Tab component when it is disabled. • className (string) - Appends a class to the Tab component. • selected_className (string) - Appends a class to the Tab component when it is selected. • style (record) - Overrides the default (inline) styles for the Tab component. • selected_style (record) - Overrides the default (inline) styles for the Tab component when it is selected. • loading_state (record with the fields: 'is_loading: boolean (optional)', 'prop_name: string (optional)', 'component_name: string (optional)') - Object that holds the loading state object coming from dash-renderer

Union cases

Union case Description

ClassName string

Full Usage: ClassName string

Parameters:
    Item : string

Item : string

Disabled bool

Full Usage: Disabled bool

Parameters:
    Item : bool

Item : bool

DisabledClassName string

Full Usage: DisabledClassName string

Parameters:
    Item : string

Item : string

DisabledStyle DashComponentStyle

Full Usage: DisabledStyle DashComponentStyle

Parameters:
Item : DashComponentStyle

Label string

Full Usage: Label string

Parameters:
    Item : string

Item : string

LoadingState LoadingState

Full Usage: LoadingState LoadingState

Parameters:
Item : LoadingState

SelectedClassName string

Full Usage: SelectedClassName string

Parameters:
    Item : string

Item : string

SelectedStyle string

Full Usage: SelectedStyle string

Parameters:
    Item : string

Item : string
Item : DashComponentStyle

Value string

Full Usage: Value string

Parameters:
    Item : string

Item : string

Static members

Static member Description

Prop.toDynamicMemberDef prop

Full Usage: Prop.toDynamicMemberDef prop

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