Home > @tridion-sites/models > SingleLineTextListDefinition
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
Constructor | Modifiers | Description |
---|---|---|
(constructor)(listDefinitionProps) | Constructs a new instance of the SingleLineTextListDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendSingleLineTextListDefinition | ||
entires | ReadonlyArray<string> | undefined | Allowed values. | |
getInternalModel | () => BackendSingleLineTextListDefinition |