Interval.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.disabled p

Full Usage: Attr.disabled p

Parameters:
    p : bool

Returns: Attr

If True, the counter will no longer update

p : bool
Returns: Attr

Attr.interval p

Full Usage: Attr.interval p

Parameters:
Returns: Attr

This component will increment the counter `n_intervals` every `interval` milliseconds

p : IConvertible
Returns: Attr

Attr.maxIntervals p

Full Usage: Attr.maxIntervals p

Parameters:
Returns: Attr

Number of times the interval will be fired. If -1, then the interval has no limit (the default) and if 0 then the interval stops running.

p : IConvertible
Returns: Attr

Attr.nIntervals p

Full Usage: Attr.nIntervals p

Parameters:
Returns: Attr

Number of times the interval has passed

p : IConvertible
Returns: Attr