tridion-sites-extensions-api-docs

Home > @tridion-sites/models > NumberListDefinition

NumberListDefinition class

Provides information about whether/how to present a list of allowed number field values.

Signature:

export declare class NumberListDefinition extends ListDefinition

Extends: ListDefinition

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, type })   Constructs a new instance of the NumberListDefinition class

Properties

Property Modifiers Type Description
_backendModel   BackendNumberListDefinition  
entires   number[] | undefined Allowed values.
getInternalModel   () => BackendNumberListDefinition