@vivliostyle/core
    Preparing search index...

    Type Alias PageHyperlinkEvent

    type PageHyperlinkEvent = {
        anchorElement: Element;
        currentTarget: any;
        href: string;
        target: any;
        type: string;
    }
    Index

    Properties

    anchorElement: Element
    currentTarget: any
    href: string
    target: any
    type: string