Skip to main content

Class: ListTypeDef

A definition of a list type in a Module.

Extends​

  • BaseClient

Constructors​

Constructor​

new ListTypeDef(ctx?, _id?): ListTypeDef

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

Parameters​

ctx?​

Context

_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>