proposit-core
Preparing search index...
lib
TCoreEntityChanges
Interface TCoreEntityChanges<T>
Added/modified/removed entities of one type within a single mutation.
interface
TCoreEntityChanges
<
T
>
{
added
:
T
[]
;
modified
:
T
[]
;
removed
:
T
[]
;
}
Type Parameters
T
Index
Properties
added
modified
removed
Properties
added
added
:
T
[]
modified
modified
:
T
[]
removed
removed
:
T
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
added
modified
removed
proposit-core
Loading...
Added/modified/removed entities of one type within a single mutation.