PageReference
An LWR router receives navigation events as page references. Page references are a JSON-format specification of a location. You pass a PageReference
object to the router via the navigate
API.
Property | Type | Required/Optional | Description |
---|---|---|---|
type | string | Required | An identifier that's a user-defined expression. |
attributes | array | Required | An array of user-defined key-value pairs. If there are no attribute values, set this property to null . |
state | array | Required | An array of user-defined key-value pairs. If there are no attribute values, set this property to null . |
See Also