Member Junction
    Preparing search index...

    A point-in-time snapshot of one or more datasets with context.

    This is the universal data exchange format between components, artifact viewers, agents, and persistence.

    Per-table state (sorting, filters, computations, paging, selection) lives on each DataTable — not here. DataSnapshot holds only component-level state that spans all tables.

    Index

    Constructors

    Properties

    activeTab?: string

    Which tab/view/section is currently active

    computations?: DataComputation[]

    Cross-table computations (rare — most computations live on individual DataTables)

    custom?: Record<string, unknown>

    Component-specific state not covered above

    drillPath?: string[]

    Drill-down breadcrumb path: ["All Regions", "West", "California"]

    interpretation?: string

    What the data MEANS — patterns, insights, key takeaways

    plan?: string

    How the data was obtained (markdown, may include Mermaid diagrams)

    savedAtVersionNumber?: number
    savedQueryId?: string
    savedQueryName?: string
    searchText?: string

    Search/filter text entered by user (component-wide)

    tables?: DataTable[]

    Named datasets — the core payload

    title?: string

    Display title

    Accessors

    Methods