Home > @tridion-sites/models > ItemPublishableFieldDefinition
Abstract base class for Item Field Definitions for the field types that can be published.
Signature:
export declare abstract class ItemPublishableFieldDefinition extends ItemFieldDefinition
Extends: ItemFieldDefinition
Constructor | Modifiers | Description |
---|---|---|
(constructor)(backendModel) | Constructs a new instance of the ItemPublishableFieldDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendItemPublishableFieldDefinition | ||
getInternalModel | () => BackendItemPublishableFieldDefinition | ||
isIndexable | boolean | Whether this field can be indexed once published. | |
isPublishable | boolean | Whether this field can be published. |