ISymbolConfig

[ Interface ]

export interface ISymbolConfig {
    internal: {
          [symbolname: string]: IInternalSymbolItem;
    };
}

Defines a list of symbols that are created when the framework is initialized.

Properties

Name

Type

Description

internal

{
    [symbolname: string]: IInternalSymbolItem;
}

Describes a key value list of internal symbols.

ISymbolConfig 1:

Available from version 1.12