Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-protocol
OnEnterRule
Interface OnEnterRule
interface
OnEnterRule
{
action
:
EnterAction
;
afterText
?:
string
|
RegExpOptions
;
beforeText
:
string
|
RegExpOptions
;
previousLineText
?:
string
|
RegExpOptions
;
}
Index
Properties
action
after
Text?
before
Text
previous
Line
Text?
Properties
action
action
:
EnterAction
Optional
after
Text
afterText
?:
string
|
RegExpOptions
before
Text
beforeText
:
string
|
RegExpOptions
Optional
previous
Line
Text
previousLineText
?:
string
|
RegExpOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
after
Text
before
Text
previous
Line
Text
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...