Type Alias SymbolValue

type SymbolValue = {
    qNumber?: number;
    qText?: string;
}
Index

Properties

Properties

qNumber?: number

Numeric value of the symbol. NaN otherwise.

qText?: string

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