@jimka/typescript-ui / data / AjaxStoreOptions
Interface: AjaxStoreOptions
Defined in: src/typescript/lib/data/AjaxStore.ts:11
Construction-time options for AjaxStore. Combines store-level options with the proxy configuration that drives the embedded AjaxProxy.
Extends
Properties
autoLoad?
ts
optional autoLoad: boolean;Defined in: src/typescript/lib/data/AbstractStore.ts:54
Inherited from
filters?
ts
optional filters: FilterDescriptor[];Defined in: src/typescript/lib/data/AbstractStore.ts:53
Inherited from
listeners?
ts
optional listeners: Partial<Record<StoreEvent, StoreListener<any>>>;Defined in: src/typescript/lib/data/AbstractStore.ts:55
Inherited from
AbstractStoreOptions.listeners
model
ts
model: Model;Defined in: src/typescript/lib/data/AjaxStore.ts:12
page?
ts
optional page: number;Defined in: src/typescript/lib/data/AbstractStore.ts:51
Inherited from
pageSize?
ts
optional pageSize: number;Defined in: src/typescript/lib/data/AbstractStore.ts:50
Inherited from
proxy
ts
proxy: AjaxProxyOptions;Defined in: src/typescript/lib/data/AjaxStore.ts:13
sorters?
ts
optional sorters: SortDescriptor[];Defined in: src/typescript/lib/data/AbstractStore.ts:52