tridion-sites-extensions-api-docs

Home > @tridion-sites/models > SingleLineTextListDefinition

SingleLineTextListDefinition class

Provides information about whether/how to present a list of allowed single-line text field values.

Signature:

export declare class SingleLineTextListDefinition extends ListDefinition

Extends: ListDefinition

Constructors

Constructor Modifiers Description
(constructor)(listDefinitionProps)   Constructs a new instance of the SingleLineTextListDefinition class

Properties

Property Modifiers Type Description
_backendModel   BackendSingleLineTextListDefinition  
entires   ReadonlyArray<string> | undefined Allowed values.
getInternalModel   () => BackendSingleLineTextListDefinition