Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-chat
ChatSuggestionCallback
Interface ChatSuggestionCallback
interface
ChatSuggestionCallback
{
callback
:
(
(
)
=>
unknown
)
;
content
:
string
|
MarkdownString
;
kind
:
"callback"
;
}
Index
Properties
callback
content
kind
Properties
callback
callback
:
(
(
)
=>
unknown
)
Type declaration
(
)
:
unknown
Returns
unknown
content
content
:
string
|
MarkdownString
kind
kind
:
"callback"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
callback
content
kind
Theia TypeDoc
Loading...