@vivliostyle/core
    Preparing search index...

    Variable pluginConst

    plugin: {
        registerHook: (
            name: string,
            fn: (...p1: any[]) => any,
            atFirst?: boolean,
        ) => void;
        removeHook: (name: string, fn: (...p1: any[]) => any) => void;
    } = ...

    Pubilc members of the bundled library.

    Type Declaration

    • registerHook: (name: string, fn: (...p1: any[]) => any, atFirst?: boolean) => void
    • removeHook: (name: string, fn: (...p1: any[]) => any) => void