ContentSpecificationBase Interface
Base interface for all ContentSpecification implementations. Not
meant to be used directly, see ContentSpecification.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| onlyIfNotHandled | undefined | boolean | Specifies whether this specification should be ignored if another specification was handled before as | |
| priority | undefined | number | Controls the order in which specifications are handled — specification with higher priority value is handled | |
| relatedInstances | undefined | RelatedInstanceSpecification[] | Specifications of related instances that can be used when creating the content. | |
| showImages | undefined | boolean | Should image IDs be calculated for the returned instances. | Deprecated |
| specType | "ContentInstancesOfSpecificClasses" | "ContentRelatedInstances" | "SelectedNodeInstances" | Used for serializing to JSON. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| calculatedProperties | undefined | CalculatedPropertiesSpecification[] | ContentModifiersList | Specifications of calculated properties whose values are |
| propertyCategories | undefined | PropertyCategorySpecification[] | ContentModifiersList | Specifications for custom categories. |
| propertyOverrides | undefined | PropertySpecification[] | ContentModifiersList | Specifications for various property overrides that allow customizing property display. |
| relatedProperties | undefined | RelatedPropertiesSpecification[] | ContentModifiersList | Specifications of related properties which are |
Defined in
Last Updated: 30 November, 2023