PropertyWebComponent
@aurorajs.dev/catalyst-cli / generator/domain/model / PropertyWebComponent
Interface: PropertyWebComponent
Sección titulada «Interface: PropertyWebComponent»Defined in: generator/domain/model.ts:172
Frontend widget configuration. Added to a property when the detail/list view should render a specific reusable component.
Properties
Sección titulada «Properties»detailSort?
Sección titulada «detailSort?»
optionaldetailSort?:number
Defined in: generator/domain/model.ts:174
Ordinal position in the detail form (ascending).
isDetailHidden?
Sección titulada «isDetailHidden?»
optionalisDetailHidden?:boolean
Defined in: generator/domain/model.ts:176
If true, hide the property from the detail form.
isListHidden?
Sección titulada «isListHidden?»
optionalisListHidden?:boolean
Defined in: generator/domain/model.ts:178
If true, hide the property from the list view.
listSort?
Sección titulada «listSort?»
optionallistSort?:number
Defined in: generator/domain/model.ts:180
Ordinal position in the list table (ascending).
property
Sección titulada «property»property:
Property
Defined in: generator/domain/model.ts:182
Back-reference to the owning Property. Used by templates.
type:
WebComponentType
Defined in: generator/domain/model.ts:183