map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface LoadCssResult

    Holds information about a loaded css file.

    interface LoadCssResult {
        link: HTMLLinkElement;
        url: string;
    }
    Index

    Properties

    Properties

    link: HTMLLinkElement

    The loaded link element

    url: string

    The css file url