Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TypeEditorFactory

Hierarchy

  • TypeEditorFactory

Implements

Index

Constructors

Protected constructor

Properties

Private detailRegistry

detailRegistry: Map<Type, object | FunctionComponent<ITypeEditorProps<unknown>> | object> = new Map<Type, IDetailEditorConstructor<unknown>>()

Private registry

registry: Map<Type, object | FunctionComponent<ITypeEditorProps<unknown>>> = new Map<Type, ITypeEditorConstructor<unknown>>()

Private suppressedDetailEditors

suppressedDetailEditors: Set<Type> = new Set<Type>()

Static Instance

Methods

getDetailEditor

getEditor

isDetailEditorSuppressed

  • isDetailEditorSuppressed(type: Type): boolean

registerDetailEditor

registerEditor

suppressDetailEditor

  • suppressDetailEditor(type: Type): void

Static Create

Generated using TypeDoc