Home > @tridion-sites/models > NumberListDefinition
Provides information about whether/how to present a list of allowed number field values.
Signature:
export declare class NumberListDefinition extends ListDefinition
Extends: ListDefinition
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, type }) | Constructs a new instance of the NumberListDefinition class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendNumberListDefinition | ||
entires | number[] | undefined | Allowed values. | |
getInternalModel | () => BackendNumberListDefinition |