AlternativeModuleName

Defines a new name for an Adaptable Module (e.g. change Dashboard to Grid Manager)

TypeScript
export interface

Properties

PropertyTypeDescription
adaptableModuleAdaptableModuleAdaptable Module to rename
newNamestringNew name to use

Property Details

adaptableModule

Adaptable Module to rename

TypeScript
adaptableModule: AdaptableModule;
Property Value

AdaptableModule

newName

New name to use

TypeScript
newName: string;
Property Value

string