Class: AttributeInput
backend.AttributeInput
#
Hierarchy↳
AttributeInput
#
ImplementsTAttributeInput
#
Table of contents#
Constructors#
Properties#
Constructors#
constructor• new AttributeInput()
#
Inherited from#
Properties#
customMeta• Optional
customMeta: null
| Record
<string
, null
| string
>
#
Implementation ofTAttributeInput.customMeta
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:32
#
icon• Optional
icon: string
#
Implementation ofTAttributeInput.icon
#
Defined insystem/core/backend/src/models/inputs/attribute.input.ts:17
#
isEnabled• Optional
isEnabled: null
| boolean
#
Implementation ofTAttributeInput.isEnabled
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:26
#
key• key: string
#
Implementation ofTAttributeInput.key
#
Defined insystem/core/backend/src/models/inputs/attribute.input.ts:8
#
meta• Optional
meta: null
| TBasePageMeta
#
Implementation ofTAttributeInput.meta
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:29
#
pageDescription• Optional
pageDescription: null
| string
#
Implementation ofTAttributeInput.pageDescription
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:23
#
pageTitle• Optional
pageTitle: null
| string
#
Implementation ofTAttributeInput.pageTitle
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:20
#
required• Optional
required: boolean
#
Implementation ofTAttributeInput.required
#
Defined insystem/core/backend/src/models/inputs/attribute.input.ts:20
#
slug• Optional
slug: null
| string
#
Implementation ofTAttributeInput.slug
#
Inherited from#
Defined insystem/core/backend/src/models/inputs/base-page.input.ts:17
#
type• type: "radio"
| "checkbox"
#
Implementation ofTAttributeInput.type
#
Defined insystem/core/backend/src/models/inputs/attribute.input.ts:14
#
values• values: AttributeValueInput
[]
#
Implementation ofTAttributeInput.values