Skip to content

PropertyWebComponent

@aurorajs.dev/catalyst-cli


@aurorajs.dev/catalyst-cli / generator/domain/model / 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.

optional detailSort?: number

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

Ordinal position in the detail form (ascending).


optional isDetailHidden?: boolean

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

If true, hide the property from the detail form.


optional isListHidden?: boolean

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

If true, hide the property from the list view.


optional listSort?: number

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

Ordinal position in the list table (ascending).


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