Options for listening to the StoreChanged event

Since

2023.1

interface StoreChangedOptions {
    query?: any;
}

Properties

Properties

query?: any

Represents a query which may be understood and satisfied by the store. The structure of this object is dependent on the specific store.