Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-chat
browser/change-set-decorator-service
ChangeSetDecorator
Interface ChangeSetDecorator
interface
ChangeSetDecorator
{
id
:
string
;
onDidChangeDecorations
:
Event
<
void
>
;
decorate
(
element
:
ChangeSetElement
)
:
undefined
|
ChangeSetDecoration
;
}
Implemented by
ChangeSetScanDecorator
Index
Properties
id
on
Did
Change
Decorations
Methods
decorate
Properties
Readonly
id
id
:
string
Readonly
on
Did
Change
Decorations
onDidChangeDecorations
:
Event
<
void
>
Methods
decorate
decorate
(
element
:
ChangeSetElement
)
:
undefined
|
ChangeSetDecoration
Parameters
element
:
ChangeSetElement
Returns
undefined
|
ChangeSetDecoration
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
on
Did
Change
Decorations
Methods
decorate
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...