Documentation
Preparing search index...
@futuremachine/core
Entity
Class Entity<T>
Abstract
Type Parameters
T
extends
Record
<
string
,
Serializable
>
Implements
SerializableObject
Index
Constructors
constructor
Properties
[
Serializable
Object
Branding]
Methods
[
Entity
Get
Impl]
get
set
Constructors
constructor
new
Entity
<
T
extends
Record
<
string
,
Serializable
>
>
(
state
:
State
<
T
>
)
:
Entity
<
T
>
Type Parameters
T
extends
Record
<
string
,
Serializable
>
Parameters
state
:
State
<
T
>
Returns
Entity
<
T
>
Properties
[
Serializable
Object
Branding]
"[SerializableObjectBranding]"
:
undefined
= undefined
Methods
[
Entity
Get
Impl]
"[EntityGetImpl]"
()
:
EntityImpl
<
T
>
Returns
EntityImpl
<
T
>
Protected
get
get
<
U
extends
string
>
(
prop
:
U
)
:
T
[
U
]
Type Parameters
U
extends
string
Parameters
prop
:
U
Returns
T
[
U
]
Protected
set
set
<
U
extends
string
>
(
key
:
U
,
value
:
T
[
U
]
)
:
void
Type Parameters
U
extends
string
Parameters
key
:
U
value
:
T
[
U
]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
[
Serializable
Object
Branding]
Methods
[
Entity
Get
Impl]
get
set
Documentation
Loading...