Type Parameters

Hierarchy

Implemented by

Properties

$$isEmitter: true
$$parent: IWarehouse

The parent of event.

List is a parent of Base or Layer.

This field has the name $$parent declared, which keep consistent with /model/basic/Base.class

index: Map<string, O> = ...
isBatching: boolean = false
itemKey: string

key to item.

items: Set<O> = ...
mounted: boolean
noEmit: boolean

set it True, the follow emit will be ignore and then set it False.

root: unknown
size: number = 0

Methods

  • Parameters

    • pairs: string | Record<string, any>
    • Optional value: any
    • Optional context: object

    Returns void

  • 将对象从数据集移除,并将其标记为 Deleted,将在下次提交时远程删除

    Warn! 当不传 item 的时候,表示移除全部元素

    Parameters

    • Optional item: O

    Returns void

Generated using TypeDoc