@vivliostyle/core
    Preparing search index...

    Type Alias AttrFunction

    type AttrFunction = {
        attributeName: string;
        fallback: Val | null;
        type: AttrType;
    }
    Index

    Properties

    attributeName: string
    fallback: Val | null
    type: AttrType