Documentation
    Preparing search index...

    Interface Result

    interface Result {
        match: Match;
        result: null | PluginResult;
    }
    Index

    Properties

    Properties

    match: Match
    result: null | PluginResult