Stone.js API
    Preparing search index...

    A handler class carrying @OnKey methods, scanned and registered by the light router.

    interface KeyHandlerDefinition {
        isClass?: boolean;
        isFactory?: boolean;
        module: unknown;
    }
    Index
    isClass?: boolean

    Whether module is a class to resolve.

    isFactory?: boolean

    Whether module is a factory to resolve.

    module: unknown

    The handler class.