Type Alias SymbolValue

type SymbolValue = {
    Number?: number;
    Text?: string;
}
Index

Properties

Properties

Number?: number

Numeric value of the symbol. NaN otherwise.

Text?: string

String value of the symbol. This parameter is optional and present only if Symbol is a string.