Skip to main content

Class: ListTypeDef

A definition of a list type in a Module.

Extends

  • BaseClient

Constructors

new ListTypeDef()

new ListTypeDef(parent?, _id?): ListTypeDef

Constructor is used for internal usage only, do not create object from it.

Parameters

parent?

parent.ctx?: Context

parent.queryTree?: QueryTree[]

_id?: ListTypeDefID

Returns

ListTypeDef

Overrides

BaseClient.constructor

Methods

elementTypeDef()

elementTypeDef(): TypeDef

The type of the elements in the list.

Returns

TypeDef


id()

id(): Promise<ListTypeDefID>

A unique identifier for this ListTypeDef.

Returns

Promise<ListTypeDefID>