Markdown.Attr Type

A list of children or a property for this dash component

Union cases

Union case Description

Children IComparable list

Full Usage: Children IComparable list

Parameters:
Item : IComparable 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 : 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

Class name of the container element

p : string
Returns: Attr

Attr.dangerouslyAllowHtml p

Full Usage: Attr.dangerouslyAllowHtml p

Parameters:
    p : bool

Returns: Attr

A boolean to control raw HTML escaping. Setting HTML from code is risky because it's easy to inadvertently expose your users to a cross-site scripting (XSS) (https://en.wikipedia.org/wiki/Cross-site_scripting) attack.

p : bool
Returns: Attr

Attr.dedent p

Full Usage: Attr.dedent p

Parameters:
    p : bool

Returns: Attr

Remove matching leading whitespace from all lines. Lines that are empty, or contain *only* whitespace, are ignored. Both spaces and tab characters are removed, but only if they match; we will not convert tabs to spaces or vice versa.

p : bool
Returns: Attr

Attr.highlightConfig p

Full Usage: Attr.highlightConfig p

Parameters:
Returns: Attr

Config options for syntax highlighting.

p : HighlightConfig
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.style p

Full Usage: Attr.style p

Parameters:
Returns: Attr

Defines CSS styles which will override styles previously set.

p : seq<Style>
Returns: Attr