Interface ExpectedWorkspaceSymbolsCallback

interface ExpectedWorkspaceSymbolsCallback {
    assert: ((symbols: WorkspaceSymbol[]) => void);
    query?: string;
}

Hierarchy (view full)

Properties

Properties

assert: ((symbols: WorkspaceSymbol[]) => void)
query?: string