Search
Preparing search index...
The search index is not available
@mavenomics/ui
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
TypeEditorFactory
Class TypeEditorFactory
Hierarchy
TypeEditorFactory
Implements
ITypeEditorFactory
Index
Constructors
constructor
Properties
detail
Registry
registry
suppressed
Detail
Editors
Instance
Methods
get
Detail
Editor
get
Editor
is
Detail
Editor
Suppressed
register
Detail
Editor
register
Editor
suppress
Detail
Editor
Create
Constructors
Protected
constructor
new
Type
Editor
Factory
(
)
:
TypeEditorFactory
Returns
TypeEditorFactory
Properties
Private
detail
Registry
detail
Registry
:
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
suppressed
Detail
Editors
suppressed
Detail
Editors
:
Set
<
Type
>
= new Set<Type>()
Static
Instance
Instance
:
TypeEditorFactory
Methods
get
Detail
Editor
get
Detail
Editor<T>
(
type
:
Type
)
:
IDetailEditorConstructor
<
T
>
Type parameters
T
Parameters
type:
Type
Returns
IDetailEditorConstructor
<
T
>
get
Editor
get
Editor<T>
(
type
:
Type
)
:
ITypeEditorConstructor
<
T
>
Type parameters
T
Parameters
type:
Type
Returns
ITypeEditorConstructor
<
T
>
is
Detail
Editor
Suppressed
is
Detail
Editor
Suppressed
(
type
:
Type
)
:
boolean
Parameters
type:
Type
Returns
boolean
register
Detail
Editor
register
Detail
Editor<T>
(
type
:
Type
, editor
:
IDetailEditorConstructor
<
T
>
)
:
void
Type parameters
T
Parameters
type:
Type
editor:
IDetailEditorConstructor
<
T
>
Returns
void
register
Editor
register
Editor<T>
(
type
:
Type
, editor
:
ITypeEditorConstructor
<
T
>
)
:
void
Type parameters
T
Parameters
type:
Type
editor:
ITypeEditorConstructor
<
T
>
Returns
void
suppress
Detail
Editor
suppress
Detail
Editor
(
type
:
Type
)
:
void
Parameters
type:
Type
Returns
void
Static
Create
Create
(
)
:
TypeEditorFactory
Create a new TypeEditorFactory (if there isn't one already) and return it
static
Returns
TypeEditorFactory
Globals
Tree
Drop
Zone
Color
Picker
Detailed
Color
Fallback
Detail
Editor
Hover
Manager
React
Wrapper
Widget
Tree
Controller
Tree
Model
Type
Editor
Factory
constructor
detail
Registry
registry
suppressed
Detail
Editors
Instance
get
Detail
Editor
get
Editor
is
Detail
Editor
Suppressed
register
Detail
Editor
register
Editor
suppress
Detail
Editor
Create
IType
Editor
Factory
IType
Editor
Props
IDetail
Editor
Constructor
IType
Editor
Constructor
Checkbox
Date
Editor
Fallback
Editor
Inline
Color
String
Editor
Uncontrolled
Input
is
Widget
Ctor
render
OnEmit
use
Intermediate
use
Previous
use
Render
default
Type
Editors
type
Editor
Factory
Plugin
Generated using
TypeDoc
Create a new TypeEditorFactory (if there isn't one already) and return it