Tabs.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 Tabs container holding the individual Tab components.

p : string
Returns: Attr

Attr.colors p

Full Usage: Attr.colors p

Parameters:
Returns: Attr

Holds the colors used by the Tabs and Tab components. If you set these, you should specify colors for all properties, so: colors: { border: '#d6d6d6', primary: '#1975FA', background: '#f9f9f9' }

p : TabColors
Returns: Attr

Attr.contentClassName p

Full Usage: Attr.contentClassName p

Parameters:
    p : string

Returns: Attr

Appends a class to the Tab content container holding the children of the Tab that is selected.

p : string
Returns: Attr

Attr.contentStyle p

Full Usage: Attr.contentStyle p

Parameters:
Returns: Attr

Appends (inline) styles to the tab content container holding the children of the Tab that is selected.

p : seq<Style>
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.mobileBreakpoint p

Full Usage: Attr.mobileBreakpoint p

Parameters:
    p : float

Returns: Attr

Breakpoint at which tabs are rendered full width (can be 0 if you don't want full width tabs on mobile)

p : float
Returns: Attr

Attr.parentClassName p

Full Usage: Attr.parentClassName p

Parameters:
    p : string

Returns: Attr

Appends a class to the top-level parent container holding both the Tabs container and the content container.

p : string
Returns: Attr

Attr.parentStyle p

Full Usage: Attr.parentStyle p

Parameters:
Returns: Attr

Appends (inline) styles to the top-level parent container holding both the Tabs container and the content container.

p : seq<Style>
Returns: Attr

Attr.persistedProps p

Full Usage: Attr.persistedProps p

Parameters:
    p : string[]

Returns: Attr

Properties whose user interactions will persist after refreshing the component or the page. Since only `value` is allowed this prop can normally be ignored.

p : string[]
Returns: Attr

Attr.persistence p

Full Usage: Attr.persistence p

Parameters:
Returns: Attr

Used to allow user interactions in this component to be persisted when the component - or the page - is refreshed. If `persisted` is truthy and hasn't changed from its previous value, a `value` that the user has changed while using the app will keep that change, as long as the new `value` also matches what was given originally. Used in conjunction with `persistence_type`.

p : IConvertible
Returns: Attr

Attr.persistenceType p

Full Usage: Attr.persistenceType p

Parameters:
Returns: Attr

Where persisted user changes will be stored: memory: only kept in memory, reset on page refresh. local: window.localStorage, data is kept after the browser quit. session: window.sessionStorage, data is cleared once the browser quit.

p : PersistenceTypeOptions
Returns: Attr

Attr.style p

Full Usage: Attr.style p

Parameters:
Returns: Attr

Appends (inline) styles to the Tabs container holding the individual Tab components.

p : seq<Style>
Returns: Attr

Attr.value p

Full Usage: Attr.value p

Parameters:
    p : string

Returns: Attr

The value of the currently selected Tab

p : string
Returns: Attr

Attr.vertical p

Full Usage: Attr.vertical p

Parameters:
    p : bool

Returns: Attr

Renders the tabs vertically (on the side)

p : bool
Returns: Attr