Note: When changing this interface the compatibility with older and / or newer versions must be maintained.

   If the respective type-guard returns false for an existing table entry, the user-defined config will be
overwritten with the then current default config.

This potentially breaks existing ERP interfaces (e.g. compressed vs. uncompressed data).

To prevent this (and for ease of maintenance) the Partial<> version of this interface is stored to the
settings table.

Rationale: As the settings table cannot be migrated as of now (table is required for the migration process)
the migration of outdated versions of this interface is not an option. Reading the Partial<> interface
makes reading the settings table more robust wrt changes in the interface.

Hierarchy

  • GraphRepResourcesConfig

Properties

attachments: boolean
bendDrawingHtmls: boolean
dxfs: boolean
dxfsCompressed: boolean
geos: boolean
geosCompressed: boolean
inputSteps: boolean
inputStepsCompressed: boolean
outputSteps: boolean
outputStepsCompressed: boolean
pngs: boolean
subGraphs: boolean
svgs: boolean
svgsCompressed: boolean

Generated using TypeDoc