Type Parameters

  • E extends string = never

Hierarchy

Constructors

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

featureGroup: FeatureGroup<any> = null

Todo

Can featureGroup be removed?

index: Map<string, Group<{}>> = ...
injector: IInjector
interactiveStateActionManager: InteractiveStateActionManager
isBatching: boolean = false
itemKey: string = 'layerId'

key to item.

items: Set<Group<{}>> = ...
modeMgr: ModeManager
mounted: false = false
noEmit: boolean

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

options: GroupListOptions = ...
root: WikMap = null
size: number = 0

Methods

  • Parameters

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

    Returns void

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

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

    Parameters

    • Optional item: Group<{}>

    Returns void

Generated using TypeDoc