@declarion/react 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-lib/embed/screen-location.d.ts +2 -2
- package/dist-lib/index.js +1327 -1335
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,8 +16,8 @@ export interface EmbedNavigationResolution {
|
|
|
16
16
|
/** The matched screen's code (its key in `screens`), when matched. */
|
|
17
17
|
readonly screenCode?: string;
|
|
18
18
|
/** The matched screen's `type` (`list` / `detail` / `custom` / ...), when
|
|
19
|
-
* matched.
|
|
20
|
-
*
|
|
19
|
+
* matched. Matched-screen metadata the host may use (e.g. to label or
|
|
20
|
+
* classify a navigation it observes). */
|
|
21
21
|
readonly screenType?: string;
|
|
22
22
|
/** The navigation payload to emit (route always set; ids when resolvable). */
|
|
23
23
|
readonly payload: EmbedNavigationPayload;
|