Type alias SmmOdEnumValue

SmmOdEnumValue: {
    axis?: number | null;
    identifier?: string;
    label: string;
    value: number;
}

Represents a single value in an enumeration type.

Type declaration

  • Optional axis?: number | null
  • Optional identifier?: string
  • label: string
  • value: number

Generated using TypeDoc