Type alias DocumentChange

DocumentChange: {
    stateChange?: StateChange<any>[];
}

Generic document change

Type declaration

  • Optional stateChange?: StateChange<any>[]

    Change occurring in the document state.

Generated using TypeDoc