Preparing search index...
The search index is not available
conway
conway
core/entity_description
EntityDescription
Interface EntityDescription<EntityTypeIDs>
Reflection description for a particular entity type.
interface
EntityDescription
<
EntityTypeIDs
>
{
fields
:
EntityFieldsDescription
<
EntityTypeIDs
>
;
isAbstract
:
boolean
;
subTypes
?:
EntityTypeIDs
[]
;
superType
?:
EntityTypeIDs
;
typeId
:
EntityTypeIDs
;
}
Type Parameters
EntityTypeIDs
extends
number
Index
Properties
fields
is
Abstract
sub
Types?
super
Type?
type
Id
Properties
fields
fields
:
EntityFieldsDescription
<
EntityTypeIDs
>
is
Abstract
is
Abstract
:
boolean
Optional
sub
Types
sub
Types
?:
EntityTypeIDs
[]
Optional
super
Type
super
Type
?:
EntityTypeIDs
type
Id
type
Id
:
EntityTypeIDs
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fields
is
Abstract
sub
Types
super
Type
type
Id
conway
Loading...
Reflection description for a particular entity type.