Skip to main content
API module

listmanager API

All 2 public APIs exported from the listmanager module, with declarations, documentation, and source-backed examples.

Generated from typings/index.d.ts @ 555f5ceon

listmanager

listManager.names

Registered list names set.

Source

API signature

listManager.names: ReadonlyArray<string>
Returns
ReadonlyArray<string>
Declaration
typings/index.d.ts:12751
listmanager

listManager.registerList

Register list, list session can be created by CocList [name] after registered.

Source

API signature

listManager.registerList(list: IList, internal?: boolean): Disposable

Parameters

ParameterType
listIList
internal?boolean
Returns
Disposable
Declaration
typings/index.d.ts:12755