Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
AIActivationService
Interface AIActivationService
AIActivationService is used to manage the activation state of AI features in Theia.
interface
AIActivationService
{
isActive
:
boolean
;
onDidChangeActiveStatus
:
Event
<
boolean
>
;
}
Implemented by
AIActivationServiceImpl
Index
Properties
is
Active
on
Did
Change
Active
Status
Properties
is
Active
is
Active
:
boolean
on
Did
Change
Active
Status
on
Did
Change
Active
Status
:
Event
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
is
Active
on
Did
Change
Active
Status
Theia TypeDoc
Loading...
AIActivationService is used to manage the activation state of AI features in Theia.