AlternativeModuleName

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

TypeScript
export interface

Properties

PropertyDescription
adaptableModuleAdaptable Module to rename
newNameNew 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