interface ComponentInternalOptions {
    __file?: string;
    __isBuiltIn?: boolean;
    __name?: string;
}

Hierarchy-Diagram

UML class diagram of ComponentInternalOptions
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property
icon for a public method in the UML class diagram public method

Hierarchy (view full)

Properties

__file?: string

This one should be exposed so that devtools can make use of it

__isBuiltIn?: boolean

Compat build only, for bailing out of certain compatibility behavior

__name?: string

name inferred from filename