Mutation
Mutation is an atomic modification on an object in store
Extended by
CreateMutation
DeleteMutation
AssignMutation
AssignRefMutation
InsertChildMutation
RemoveChildMutation
ReorderChildMutation
Constructors
new Mutation()
new Mutation(
type
):Mutation
Parameters
• type: string
Returns
Source
Properties
type
type:
string
Source
Methods
apply()
apply(
store
):void
Parameters
• store: Store
Returns
void
Source
toJSON()
toJSON():
any
Returns
any
Source
unapply()
unapply(
store
):void
Parameters
• store: Store
Returns
void