Type Alias SenseFileTemplate

Used to produce reports from a template file.

type SenseFileTemplate = {
    cycleFields?: string[];
    jsOpts?: unknown;
    reloadTimestampMatchType?: ReloadTimestampMatchType;
    selectionChain?: SelectionChain;
    templateLocation: TemplateLocation;
}
Index

Properties

cycleFields?: string[]

The values of the field to be selected.

jsOpts?: unknown
reloadTimestampMatchType?: ReloadTimestampMatchType
selectionChain?: SelectionChain
templateLocation: TemplateLocation