Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CubaAppConfig

Hierarchy

  • CubaAppConfig

Index

Properties

Optional dataTransferFormats

dataTransferFormats: Partial<Record<PropertyType, string>>

Serialization formats for entity properties of temporal types. Can be used to override the default formats used to (de)serialize the data transferred by REST API. See @{link https://momentjs.com/docs/#/displaying/ | Moment documentation} for details on available formats.

Optional displayFormats

displayFormats: Partial<Record<PropertyType, string>>

Display formats for entity properties of temporal types. Can be used to override the formats used for data presentation. See @{link https://momentjs.com/docs/#/displaying/ | Moment documentation} for details on available formats.

Generated using TypeDoc