Preparing search index...
The search index is not available
conway
conway
core/entity_description
EntityDescription
Interface EntityDescription<EntityTypeIDs>
Refletion description for a particular entity type.
interface
EntityDescription
<
EntityTypeIDs
extends
number
>
{
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
isAbstract
:
boolean
Optional
sub
Types
subTypes
?:
EntityTypeIDs
[]
Optional
super
Type
superType
?:
EntityTypeIDs
type
Id
typeId
:
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...
Refletion description for a particular entity type.