@vivliostyle/core
    Preparing search index...

    Interface FirstPseudo

    Information about :first-letter or :first-line pseudoelements

    0 - first-letter, 1 or more - first line(s)

    interface FirstPseudo {
        count: number;
        outer: Vtree.FirstPseudo;
    }

    Implemented by

    Index

    Properties

    Properties

    count: number