DataSourceChange
此内容尚不支持你的语言。
DataSourceChange = {
count:number;index:number;type:"insert"; } | {count:number;index:number;type:"remove"; } | {count:number;index:number;type:"update"; } | {type:"reset"; }
Defined in: ui/collection/data-source.ts:8
Change notification emitted by a DataSource.