Location.Location Type

Update and track the current window.location object through the window.history state. Use in conjunction with the `dash_core_components.Link` component to make apps with multiple pages.

Constructors

Constructor Description

Location()

Full Usage: Location()

Returns: Location
Returns: Location

Static members

Static member Description

Location.applyMembers (id, children, ?pathname, ?search, ?hash, ?href, ?refresh)

Full Usage: Location.applyMembers (id, children, ?pathname, ?search, ?hash, ?href, ?refresh)

Parameters:
    id : string
    children : seq<DashComponent>
    ?pathname : string
    ?search : string
    ?hash : string
    ?href : string
    ?refresh : bool

Returns: Location -> Location
id : string
children : seq<DashComponent>
?pathname : string
?search : string
?hash : string
?href : string
?refresh : bool
Returns: Location -> Location

Location.init (id, children, ?pathname, ?search, ?hash, ?href, ?refresh)

Full Usage: Location.init (id, children, ?pathname, ?search, ?hash, ?href, ?refresh)

Parameters:
    id : string
    children : seq<DashComponent>
    ?pathname : string
    ?search : string
    ?hash : string
    ?href : string
    ?refresh : bool

Returns: Location
id : string
children : seq<DashComponent>
?pathname : string
?search : string
?hash : string
?href : string
?refresh : bool
Returns: Location