PropertyWebComponent
@aurorajs.dev/catalyst-cli / generator/domain/model / PropertyWebComponent
Interface: PropertyWebComponent
Section titled “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
Section titled “Properties”detailSort?
Section titled “detailSort?”
optionaldetailSort?:number
Defined in: generator/domain/model.ts:174
Ordinal position in the detail form (ascending).
isDetailHidden?
Section titled “isDetailHidden?”
optionalisDetailHidden?:boolean
Defined in: generator/domain/model.ts:176
If true, hide the property from the detail form.
isListHidden?
Section titled “isListHidden?”
optionalisListHidden?:boolean
Defined in: generator/domain/model.ts:178
If true, hide the property from the list view.
listSort?
Section titled “listSort?”
optionallistSort?:number
Defined in: generator/domain/model.ts:180
Ordinal position in the list table (ascending).
property
Section titled “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