Interface SnapshotRestoreIntent

interface SnapshotRestoreIntent {
    kind: "snapshot-restore";
    snapshot: ExplorationStateSnapshot;
    viewId?: string;
}

Hierarchy

  • IntentBase
    • SnapshotRestoreIntent

Properties

Properties

kind
viewId?: string