@vivliostyle/core
    Preparing search index...

    Interface PseudoelementStyler

    interface PseudoelementStyler {
        contentProcessed: { [key: string]: boolean };
        context: Context;
        element: Element;
        exprContentListener: Vtree.ExprContentListener;
        style: CssCascade.ElementStyle;
        styler: CssStyler.AbstractStyler;
        getStyle(element: Element, deep: boolean): CssCascade.ElementStyle;
        processContent(
            element: Element,
            styles: { [key: string]: Val },
            nodeContext: Vtree.NodeContext,
        ): any;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    contentProcessed: { [key: string]: boolean }
    context: Context
    element: Element
    exprContentListener: Vtree.ExprContentListener

    Methods