Base class for all symbols.

interface SymbolJsonBase {
    type: SymbolJsonType;
}

Hierarchy (view full)

Properties

Properties

The type of symbol. See SymbolJsonType.