Tab.Attr Type

A list of children or a property for this dash component

Union cases

Union case Description

Children DashComponent list

Full Usage: Children DashComponent list

Parameters:
Item : DashComponent list

Prop Prop

Full Usage: Prop Prop

Parameters:
Item : Prop

Static members

Static member Description

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : seq<DashComponent>
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : DashComponent list
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : DashComponent
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
Returns: Attr

The child or children of this dash component

value : Guid
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
    value : float

Returns: Attr

The child or children of this dash component

value : float
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
    value : string

Returns: Attr

The child or children of this dash component

value : string
Returns: Attr

Attr.children value

Full Usage: Attr.children value

Parameters:
    value : int

Returns: Attr

The child or children of this dash component

value : int
Returns: Attr

Attr.className p

Full Usage: Attr.className p

Parameters:
    p : string

Returns: Attr

Appends a class to the Tab component.

p : string
Returns: Attr

Attr.disabled p

Full Usage: Attr.disabled p

Parameters:
    p : bool

Returns: Attr

Determines if tab is disabled or not - defaults to false

p : bool
Returns: Attr

Attr.disabledClassName p

Full Usage: Attr.disabledClassName p

Parameters:
    p : string

Returns: Attr

Appends a class to the Tab component when it is disabled.

p : string
Returns: Attr

Attr.disabledStyle p

Full Usage: Attr.disabledStyle p

Parameters:
Returns: Attr

Overrides the default (inline) styles when disabled

p : seq<Style>
Returns: Attr

Attr.label p

Full Usage: Attr.label p

Parameters:
    p : string

Returns: Attr

The tab's label

p : string
Returns: Attr

Attr.loadingState p

Full Usage: Attr.loadingState p

Parameters:
Returns: Attr

Object that holds the loading state object coming from dash-renderer

p : LoadingState
Returns: Attr

Attr.selectedClassName p

Full Usage: Attr.selectedClassName p

Parameters:
    p : string

Returns: Attr

Appends a class to the Tab component when it is selected.

p : string
Returns: Attr

Attr.selectedStyle p

Full Usage: Attr.selectedStyle p

Parameters:
    p : string

Returns: Attr

Overrides the default (inline) styles for the Tab component when it is selected.

p : string
Returns: Attr

Attr.style p

Full Usage: Attr.style p

Parameters:
Returns: Attr

Overrides the default (inline) styles for the Tab component.

p : seq<Style>
Returns: Attr

Attr.value p

Full Usage: Attr.value p

Parameters:
    p : string

Returns: Attr

Value for determining which Tab is currently selected

p : string
Returns: Attr