@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.
@@ -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. The same-surface rule reads it to identify a true list/detail
20
- * pair (vs. a same-entity custom or record-list screen). */
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;