Skip to content

ListType

Defined in: src/enums/ListType.ts:6

Enumerates the types of a list.

NONE: "none"

Defined in: src/enums/ListType.ts:10

Indicates that the value is not a list.


ARRAY: "array"

Defined in: src/enums/ListType.ts:14

Indicates that the value is a list of items and its type is Array.


CSL: "csl"

Defined in: src/enums/ListType.ts:19

Indicates that the value is a comma separated list and its type is String.