Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin
MappedEditsRequest
Interface MappedEditsRequest
interface
MappedEditsRequest
{
codeBlocks
:
{
code
:
string
;
markdownBeforeBlock
?:
string
;
resource
:
Uri
;
}
[]
;
conversation
:
(
ConversationRequest
|
ConversationResponse
)
[]
;
}
Index
Properties
code
Blocks
conversation
Properties
Readonly
code
Blocks
code
Blocks
:
{
code
:
string
;
markdownBeforeBlock
?:
string
;
resource
:
Uri
;
}
[]
Type declaration
code
:
string
Optional
markdown
Before
Block
?:
string
resource
:
Uri
Readonly
conversation
conversation
:
(
ConversationRequest
|
ConversationResponse
)
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
code
Blocks
conversation
Theia TypeDoc
Loading...