@sourceacademy/autocomplete
    Preparing search index...

    Interface AutoCompleteResponse

    interface AutoCompleteResponse {
        declarations: AutoCompleteEntry[];
        type: "response";
    }
    Index

    Properties

    Properties

    declarations: AutoCompleteEntry[]

    A list of autocomplete entries relevant to the current cursor position in the code

    type: "response"