Preparing search index...
The search index is not available
@ask-ell/core
@ask-ell/core
IEntity
Interface IEntity<EntityState>
interface
IEntity
<
EntityState
>
{
checkStateValidity
(
newState
)
:
IResult
<
void
>
;
getSnapshot
(
)
:
EntityState
;
updateAndCheckStateValidity
(
settingFunction
)
:
void
;
}
Type Parameters
EntityState
Hierarchy (
view full
)
ISnapshotable
<
EntityState
>
IEntity
Implemented by
Entity
Index
Methods
check
State
Validity
get
Snapshot
update
And
Check
State
Validity
Methods
check
State
Validity
check
State
Validity
(
newState
)
:
IResult
<
void
>
Parameters
newState
:
EntityState
Returns
IResult
<
void
>
get
Snapshot
get
Snapshot
(
)
:
EntityState
Returns
EntityState
update
And
Check
State
Validity
update
And
Check
State
Validity
(
settingFunction
)
:
void
Parameters
settingFunction
:
(
(
oldState
)
=>
Partial
<
EntityState
>
)
(
oldState
)
:
Partial
<
EntityState
>
Parameters
oldState
:
EntityState
Returns
Partial
<
EntityState
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
check
State
Validity
get
Snapshot
update
And
Check
State
Validity
@ask-ell/core
Loading...