Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProfileEnumValidValuesFormat

Package version

interface

An interface representing ProfileEnumValidValuesFormat. Valid enum values in case of an enum property.

Hierarchy

  • ProfileEnumValidValuesFormat

Index

Properties

Optional localizedValueNames

localizedValueNames: undefined | object
member

{{ [propertyName: string]: string }} [localizedValueNames] Localized names of the enum member.

Optional value

value: undefined | number
member

{number} [value] The integer value of the enum member.

Generated using TypeDoc