interface WidgetModulePathInfo {
    supportModule: boolean;
    widget: string;
}

Properties

supportModule: boolean

True when the specifier addresses a widget support module (for example @arcgis/core/widgets/Search/SearchViewModel) rather than the widget module itself. The codemod only rewrites the exact widget module, so support-module usage must not inherit the widget's disposition.

widget: string