Type Aliases
WillDelTablesCallback
The WillDelTablesCallback type describes a function that is called before all Tables are deleted from the Store. Read more.
WillSetTablesCallback
The WillSetTablesCallback type describes a function that is called before Tables are set in the Store. Read more.
WillDelTableCallback
The WillDelTableCallback type describes a function that is called before a Table is deleted from the Store. Read more.
WillSetTableCallback
The WillSetTableCallback type describes a function that is called before a Table is set in the Store. Read more.
WillDelRowCallback
The WillDelRowCallback type describes a function that is called before a Row is deleted from the Store. Read more.
WillSetRowCallback
The WillSetRowCallback type describes a function that is called before a Row is set in the Store. Read more.
WillDelCellCallback
The WillDelCellCallback type describes a function that is called before a Cell is deleted from the Store. Read more.
WillSetCellCallback
The WillSetCellCallback type describes a function that is called before a Cell is set in the Store. Read more.
WillDelValuesCallback
The WillDelValuesCallback type describes a function that is called before all Values are deleted from the Store. Read more.
WillSetValuesCallback
The WillSetValuesCallback type describes a function that is called before Values are set in the Store. Read more.
WillDelValueCallback
The WillDelValueCallback type describes a function that is called before a Value is deleted from the Store. Read more.
WillSetValueCallback
The WillSetValueCallback type describes a function that is called before a Value is set in the Store. Read more.
WillApplyChangesCallback
The WillApplyChangesCallback type describes a function that is called before Changes are applied to the Store. Read more.
WillSetContentCallback
The WillSetContentCallback type describes a function that is called before Content is set in the Store. Read more.