config-rocket
    Preparing search index...

    Interface ParseRocketConfigOptions

    interface ParseRocketConfigOptions {
        hookable?: Hookable<ParseRocketConfigHooks, string>;
    }
    Index

    Properties

    Properties

    hookable?: Hookable<ParseRocketConfigHooks, string>

    A hookable instance to hook into the rocket config parsing (and related) process.