JS API Reference EnumValue type

EnumValue type

Possible value of an EnumParameter

Signature

export declare type EnumValue = number | string;