Class: ListTypeDef
A definition of a list type in a Module.
Extends
BaseClient
Constructors
new ListTypeDef()
new ListTypeDef(
ctx
?,_id
?):ListTypeDef
Constructor is used for internal usage only, do not create object from it.
Parameters
ctx?
Context
_id?
Returns
Overrides
BaseClient.constructor
Methods
elementTypeDef()
elementTypeDef():
TypeDef
The type of the elements in the list.
Returns
id()
id():
Promise
<ListTypeDefID
>
A unique identifier for this ListTypeDef.
Returns
Promise
<ListTypeDefID
>