@oazmi/superbuild-plugins - v0.1.0
    Preparing search index...

    Interface HtmlDependencyArgs

    the html node data passed to each registered node handler.

    interface HtmlDependencyArgs {
        htmlDocument: HtmlNode;
        htmlNode: HtmlNode;
        htmlPath: string;
        htmlNamespace: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    htmlDocument: HtmlNode

    the AST of the html document that was processed in the onTransform hook.

    htmlNode: HtmlNode

    the ultrahtml node associated with this dependency.

    htmlPath: string

    the path that was used by the html file when it was resolve (i.e. OnResolveResult.path).

    htmlNamespace: string

    the namespace that was used by the html file when it was loaded (i.e. OnLoadResult.namespace).