Stone.js API
    Preparing search index...

    Interface IConfiguration<TValues>

    Configuration Interface.

    Represents a configuration object that can be used to configure the system.

    The blueprint to configure.

    interface IConfiguration<TValues extends object = any> {
        afterConfigure?: FunctionalConfiguration<TValues>;
        configure?: FunctionalConfiguration<TValues>;
    }

    Type Parameters

    • TValues extends object = any
    Index