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.
Constructor | Description |
|
|
Static member | Description |
Full Usage:
Location.applyMembers (id, children, ?pathname, ?search, ?hash, ?href, ?refresh)
Parameters:
string
children : seq<DashComponent>
?pathname : string
?search : string
?hash : string
?href : string
?refresh : bool
Returns: Location -> Location
|
|
Full Usage:
Location.init (id, children, ?pathname, ?search, ?hash, ?href, ?refresh)
Parameters:
string
children : seq<DashComponent>
?pathname : string
?search : string
?hash : string
?href : string
?refresh : bool
Returns: Location
|
|