resolveDisplayFormat

Resolve a DisplayFormat (preset name or concrete object) into a concrete AdaptableFormat. Returns undefined if the input is undefined. A bare preset name is expanded into a NumberFormatter with the corresponding options.

TypeScript
resolveDisplayFormat: (displayFormat: DisplayFormat | undefined) => AdaptableFormat | undefined