Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/terminal
browser/terminal-profile-service
TerminalProfileService
Interface TerminalProfileService
interface
TerminalProfileService
{
all
:
[
string
,
TerminalProfile
]
[]
;
defaultProfile
:
undefined
|
TerminalProfile
;
onAdded
:
Event
<
string
>
;
onDidChangeDefaultShell
:
Event
<
string
>
;
onRemoved
:
Event
<
string
>
;
getProfile
(
id
:
string
)
:
undefined
|
TerminalProfile
;
setDefaultProfile
(
id
:
string
)
:
void
;
}
Implemented by
DefaultTerminalProfileService
Index
Properties
all
default
Profile
on
Added
on
Did
Change
Default
Shell
on
Removed
Methods
get
Profile
set
Default
Profile
Properties
Readonly
all
all
:
[
string
,
TerminalProfile
]
[]
Readonly
default
Profile
defaultProfile
:
undefined
|
TerminalProfile
on
Added
onAdded
:
Event
<
string
>
Readonly
on
Did
Change
Default
Shell
onDidChangeDefaultShell
:
Event
<
string
>
on
Removed
onRemoved
:
Event
<
string
>
Methods
get
Profile
getProfile
(
id
:
string
)
:
undefined
|
TerminalProfile
Parameters
id
:
string
Returns
undefined
|
TerminalProfile
set
Default
Profile
setDefaultProfile
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
all
default
Profile
on
Added
on
Did
Change
Default
Shell
on
Removed
Methods
get
Profile
set
Default
Profile
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...