@vivliostyle/core
    Preparing search index...

    Type Alias CustomRenderer

    CustomRenderer: (
        p1: Element,
        p2: Element,
        p3: { [key: string]: Val },
    ) => Result<Element>

    Type Declaration

      • (p1: Element, p2: Element, p3: { [key: string]: Val }): Result<Element>
      • Parameters

        • p1: Element
        • p2: Element
        • p3: { [key: string]: Val }

        Returns Result<Element>