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.

PropertyTypeRequired/OptionalDescription
typestringRequiredAn identifier that's a user-defined expression.
attributesarrayRequiredAn array of user-defined key-value pairs. If there are no attribute values, set this property to null.
statearrayRequiredAn array of user-defined key-value pairs. If there are no attribute values, set this property to null.

See Also