tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ItemPublishableFieldDefinition

ItemPublishableFieldDefinition class

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

Constructors

Constructor Modifiers Description
(constructor)(backendModel)   Constructs a new instance of the ItemPublishableFieldDefinition class

Properties

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.