PropertyArrayOptions
@aurorajs.dev/catalyst-cli / generator/domain/model / PropertyArrayOptions
Interface: PropertyArrayOptions
Sección titulada «Interface: 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.
Properties
Sección titulada «Properties»enumOptions?
Sección titulada «enumOptions?»
optionalenumOptions?:string[]
Defined in: generator/domain/model.ts:135
Values admitted when the array element is enum.
length?
Sección titulada «length?»
optionallength?:number
Defined in: generator/domain/model.ts:136
maxLength?
Sección titulada «maxLength?»
optionalmaxLength?:number
Defined in: generator/domain/model.ts:137
type:
PropertyType
Defined in: generator/domain/model.ts:139
Element type. Usually a primitive or enum.