DashAttrEngine Type

Constructors

Constructor Description

DashAttrEngine()

Full Usage: DashAttrEngine()

Returns: DashAttrEngine
Returns: DashAttrEngine

Instance members

Instance member Description

this.children value

Full Usage: this.children value

Parameters:
Returns: HtmlProp
value : seq<DashComponent>
Returns: HtmlProp

this.children value

Full Usage: this.children value

Parameters:
Returns: HtmlProp
value : DashComponent list
Returns: HtmlProp

this.children value

Full Usage: this.children value

Parameters:
Returns: HtmlProp
value : DashComponent
Returns: HtmlProp

this.children value

Full Usage: this.children value

Parameters:
Returns: HtmlProp
value : Guid
Returns: HtmlProp

this.children value

Full Usage: this.children value

Parameters:
    value : float

Returns: HtmlProp
value : float
Returns: HtmlProp

this.children value

Full Usage: this.children value

Parameters:
    value : string

Returns: HtmlProp
value : string
Returns: HtmlProp

this.children value

Full Usage: this.children value

Parameters:
    value : int

Returns: HtmlProp

children (a list of or a singular dash component, string or number; optional): The children of this component.

value : int
Returns: HtmlProp

this.contextMenu value

Full Usage: this.contextMenu value

Parameters:
    value : string

Returns: HtmlProp

contextMenu (string; optional): Defines the ID of a

element which will serve as the element's context menu.

value : string
Returns: HtmlProp

this.custom (key, value)

Full Usage: this.custom (key, value)

Parameters:
    key : string
    value : string

Returns: HtmlProp

Create a custom attribute You generally shouldn't need to use this, if you notice an attribute missing please submit an issue.

key : string
value : string
Returns: HtmlProp

this.dir value

Full Usage: this.dir value

Parameters:
    value : string

Returns: HtmlProp

dir (string; optional): Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left).

value : string
Returns: HtmlProp

this.download value

Full Usage: this.download value

Parameters:
    value : string

Returns: HtmlProp

download (string; optional): Indicates that the hyperlink is to be used for downloading a resource.

value : string
Returns: HtmlProp

this.draggable value

Full Usage: this.draggable value

Parameters:
    value : string

Returns: HtmlProp

draggable (string; optional): Indicates that the hyperlink is to be used for downloading a resource.

value : string
Returns: HtmlProp

this.key value

Full Usage: this.key value

Parameters:
    value : string

Returns: HtmlProp

draggable (string; optional): Indicates that the hyperlink is to be used for downloading a resource.

value : string
Returns: HtmlProp

this.loadingState value

Full Usage: this.loadingState value

Parameters:
    value : List<string * obj>

Returns: HtmlProp

Object that holds the loading state object coming from dash-renderer. loading_state is a dict with keys: component_name (string; optional): Holds the name of the component that is loading. is_loading (boolean; optional): Determines if the component is loading or not. prop_name (string; optional): Holds which property is loading.

value : List<string * obj>
Returns: HtmlProp

this.n_clicks value

Full Usage: this.n_clicks value

Parameters:
    value : int

Returns: HtmlProp

An integer that represents the number of times that this element has been clicked on.

value : int
Returns: HtmlProp

this.n_clicks_timestamp value

Full Usage: this.n_clicks_timestamp value

Parameters:
    value : int

Returns: HtmlProp

An integer that represents the time (in ms since 1970) at which n_clicks changed. This can be used to tell which button was changed most recently.

value : int
Returns: HtmlProp

this.style value

Full Usage: this.style value

Parameters:
Returns: HtmlProp
value : List<Style>
Returns: HtmlProp