Skip to content

PropertyArrayOptions

@aurorajs.dev/catalyst-cli


@aurorajs.dev/catalyst-cli / generator/domain/model / PropertyArrayOptions

Defined in: generator/domain/model.ts:133

Options for properties of type array. Describes the element type and, when the element is an enum, the allowed values.

optional enumOptions?: string[]

Defined in: generator/domain/model.ts:135

Values admitted when the array element is enum.


optional length?: number

Defined in: generator/domain/model.ts:136


optional maxLength?: number

Defined in: generator/domain/model.ts:137


type: PropertyType

Defined in: generator/domain/model.ts:139

Element type. Usually a primitive or enum.