@vivliostyle/core
    Preparing search index...

    Type Alias Event

    type Event = {
        anchorElement?: any;
        content?: any;
        currentTarget?: any;
        href?: any;
        newPage?: any;
        preventDefault?: any;
        target?: any;
        type: string;
    }
    Index

    Properties

    anchorElement?: any
    content?: any
    currentTarget?: any
    href?: any
    newPage?: any
    preventDefault?: any
    target?: any
    type: string