@vivliostyle/core
    Preparing search index...

    Interface ShadowContext

    Data about shadow tree instance.

    interface ShadowContext {
        owner: Element;
        parentShadow: Vtree.ShadowContext;
        root: Element;
        styler: CssStyler.AbstractStyler;
        subShadow: Vtree.ShadowContext;
        type: Vtree.ShadowType;
        xmldoc: XmlDoc.XMLDocHolder;
        equals(other: Vtree.ShadowContext): boolean;
    }

    Implemented by

    Index

    Properties

    owner: Element
    parentShadow: Vtree.ShadowContext
    root: Element
    subShadow: Vtree.ShadowContext

    Methods