UNPKG

knowmax-quest-types

Version:

Contains type definitions for communicating with Knowmax Quest.

14 lines 415 B
/** Options for getting document data. */ export interface IDataOptions { allowOffline?: boolean; allowInvalid?: boolean; compose?: boolean | string; transform?: string; linkManager?: boolean; linkManagerMode?: string; preview?: boolean | number; previewImage?: string; allowReadCache?: boolean; forceLinkManagerUpdate?: boolean; } //# sourceMappingURL=IDataOptions.d.ts.map