Stone.js API
    Preparing search index...

    A method-level handler descriptor collected from a class's metadata: which key a method answers.

    interface KeyMethodHandler {
        action: string;
        key: string;
    }
    Index
    action: string

    The method name on the class.

    key: string

    The key the method answers.