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 | { | Describes a key value list of internal symbols. |
Available from version 1.12 |