interface WidgetUsageHit {
    file: string;
    importStyle: WidgetImportStyle;
    line: number;
    modulePath: string;
    supportModule: boolean;
    widget: string;
}

Properties

file: string

Path relative to the scan root, POSIX separators.

importStyle: WidgetImportStyle
line: number

1-based line of the module specifier string literal.

modulePath: string
supportModule: boolean

True when the specifier addresses a widget support module (e.g. a ViewModel).

widget: string