Preparing search index...
The search index is not available
@arsonar/client
@arsonar/client
Entity
Class Entity
Hierarchy
SchemaMember
Entity
Index
Constructors
constructor
Properties
[SC]
_id
_missing
_records
Accessors
address
id
schema
Methods
add
empty
get
get
Many
get
Types
has
Type
Constructors
constructor
new
Entity
(
schema
:
Schema
, records
:
Record
[]
)
:
Entity
Parameters
schema:
Schema
records:
Record
[]
Returns
Entity
Properties
[SC]
[SC]
:
Schema
_id
_id
:
string
_missing
_missing
:
boolean
= false
_records
_records
:
Set
<
Record
>
= ...
Accessors
address
get
address
(
)
:
string
Returns
string
id
get
id
(
)
:
string
Returns
string
schema
get
schema
(
)
:
Schema
Returns
Schema
Methods
add
add
(
record
:
Record
)
:
void
Parameters
record:
Record
Returns
void
empty
empty
(
)
:
boolean
Returns
boolean
get
get
(
fieldName
:
string
)
:
any
Parameters
fieldName:
string
Returns
any
get
Many
get
Many
(
fieldName
:
string
)
:
any
[]
Parameters
fieldName:
string
Returns
any
[]
get
Types
get
Types
(
)
:
(
undefined
|
Type
)
[]
Returns
(
undefined
|
Type
)
[]
has
Type
has
Type
(
typeAddress
:
string
)
:
boolean
Parameters
typeAddress:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
@arsonar/client
Entity
constructor
[SC]
_id
_missing
_records
address
id
schema
add
empty
get
get
Many
get
Types
has
Type
Generated using
TypeDoc