Serializable snapshot of a state inspector source for display.
export interface StateInspectorSourceSnapshot { id: string; label: string; description?: string; group: string; value: unknown; lastUpdated: number; canEdit: boolean;} Copy
export interface StateInspectorSourceSnapshot { id: string; label: string; description?: string; group: string; value: unknown; lastUpdated: number; canEdit: boolean;}
Optional
Serializable snapshot of a state inspector source for display.
Source