tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ExternalLinkFieldDefinition

ExternalLinkFieldDefinition class

Represents an external link field definition (in a Schema).

Signature:

export declare class ExternalLinkFieldDefinition extends TextFieldDefinition

Extends: TextFieldDefinition

Constructors

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

Properties

Property Modifiers Type Description
_backendModel   BackendExternalLinkFieldDefinition  
defaultValue   string | undefined A string containing the default URL link
getInternalModel   () => BackendExternalLinkFieldDefinition