You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
55
+
*/
56
+
readonlypermanentId?: string;
53
57
};
54
58
/**
55
59
* Schema of common properties for ShapeWireframe events type and all its sub - types.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* Flag describing an image wireframe that should render an empty state placeholder
182
190
*/
183
191
isEmpty?: boolean;
192
+
/**
193
+
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
194
+
*/
195
+
readonlypermanentId?: string;
184
196
};
185
197
/**
186
198
* Schema of all properties of a PlaceholderWireframe.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
232
+
*/
233
+
readonlypermanentId?: string;
214
234
};
215
235
/**
216
236
* Mobile-specific. Schema of a Record type which contains mutations of a screen.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* Mobile-only: a globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate actions with mobile session replay wireframes.
* Mobile-only: a globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate actions with mobile session replay wireframes.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
596
+
*/
597
+
readonlypermanentId?: string;
594
598
};
595
599
/**
596
600
* Schema of common properties for ShapeWireframe events type and all its sub - types.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* Flag describing an image wireframe that should render an empty state placeholder
723
731
*/
724
732
isEmpty?: boolean;
733
+
/**
734
+
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
735
+
*/
736
+
readonlypermanentId?: string;
725
737
};
726
738
/**
727
739
* Schema of all properties of a PlaceholderWireframe.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
773
+
*/
774
+
readonlypermanentId?: string;
755
775
};
756
776
/**
757
777
* Mobile-specific. Schema of a Record type which contains mutations of a screen.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
55
+
*/
56
+
readonlypermanentId?: string;
53
57
};
54
58
/**
55
59
* Schema of common properties for ShapeWireframe events type and all its sub - types.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* Flag describing an image wireframe that should render an empty state placeholder
182
190
*/
183
191
isEmpty?: boolean;
192
+
/**
193
+
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
194
+
*/
195
+
readonlypermanentId?: string;
184
196
};
185
197
/**
186
198
* Schema of all properties of a PlaceholderWireframe.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
232
+
*/
233
+
readonlypermanentId?: string;
214
234
};
215
235
/**
216
236
* Mobile-specific. Schema of a Record type which contains mutations of a screen.
* A globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate wireframes with RUM action events.
* Mobile-only: a globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate actions with mobile session replay wireframes.
* Mobile-only: a globally unique and stable identifier for this UI element, computed as the hash of the element's path (32 lowercase hex characters). Used to correlate actions with mobile session replay wireframes.
0 commit comments