Type Alias SenseDataTemplate

type SenseDataTemplate = {
    appId: string;
    exportOptions?: ExportDataOptions;
    id: string;
    patches?: NxPatch[];
    persistentBookmark?: SensePersistentBookmark;
    reloadTimestampMatchType?: ReloadTimestampMatchType;
    selectionsByState?: Record<string, QSelection[]>;
    selectionStrategy?: SelectionStrategy;
    selectionType?: SenseSelectionType;
    temporaryBookmarkV2?: SenseTemporaryBookmarkV2;
    variables?: unknown[];
}
Index

Properties

appId: string
exportOptions?: ExportDataOptions
id: string
patches?: NxPatch[]
persistentBookmark?: SensePersistentBookmark
reloadTimestampMatchType?: ReloadTimestampMatchType
selectionsByState?: Record<string, QSelection[]>
selectionStrategy?: SelectionStrategy
selectionType?: SenseSelectionType
temporaryBookmarkV2?: SenseTemporaryBookmarkV2
variables?: unknown[]