Skip to content
TREB Docs

DependencyList

DependencyList type

Declaration
declare type DependencyList = Array<IArea | ICellAddress | undefined>;
declare type DependencyList = Array<IArea | ICellAddress | undefined>;
Referenced by
ExternalEditorConfig
ExternalEditorCallback