async load(parsed, fromHistory, alias, devReload, loadedCallback)
Load a piece after parsing a slug, with various options.
| Name | Type | Required | Description |
|---|---|---|---|
parsed |
object | yes | Parsed slug payload. |
fromHistory |
boolean | no | Treat this load as history navigation. |
alias |
boolean | no | Skip URL/label rewrite when true. |
devReload |
boolean | no | Set dev-reload mode. |
loadedCallback |
function | no | Callback after load success. |
Promise<void>
No additional runtime notes yet.
No additional details yet.