Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
interfaces
Completer
Interface Completer
interface
Completer
{
hideInlinePreview
?:
boolean
;
id
?:
string
;
identifierRegexps
?:
RegExp
[]
;
insertMatch
?:
(
editor
:
Editor
,
data
:
Completion
)
=>
void
;
onInsert
?:
(
editor
:
Editor
,
completion
:
Completion
)
=>
void
;
onSeen
?:
(
editor
:
Editor
,
completion
:
Completion
)
=>
void
;
triggerCharacters
?:
string
[]
;
cancel
()
:
void
;
getCompletions
(
editor
:
Editor
,
session
:
EditSession
,
position
:
Point
,
prefix
:
string
,
callback
:
CompleterCallback
,
)
:
void
;
getDocTooltip
(
item
:
Completion
)
:
string
|
void
|
Completion
;
}
Index
Properties
hide
Inline
Preview?
id?
identifier
Regexps?
insert
Match?
on
Insert?
on
Seen?
trigger
Characters?
Methods
cancel?
get
Completions
get
Doc
Tooltip?
Properties
Optional
hide
Inline
Preview
hideInlinePreview
?:
boolean
Optional
id
id
?:
string
Optional
identifier
Regexps
identifierRegexps
?:
RegExp
[]
Optional
insert
Match
insertMatch
?:
(
editor
:
Editor
,
data
:
Completion
)
=>
void
Optional
on
Insert
onInsert
?:
(
editor
:
Editor
,
completion
:
Completion
)
=>
void
Optional
on
Seen
onSeen
?:
(
editor
:
Editor
,
completion
:
Completion
)
=>
void
Optional
trigger
Characters
triggerCharacters
?:
string
[]
Methods
Optional
cancel
cancel
()
:
void
Returns
void
get
Completions
getCompletions
(
editor
:
Editor
,
session
:
EditSession
,
position
:
Point
,
prefix
:
string
,
callback
:
CompleterCallback
,
)
:
void
Parameters
editor
:
Editor
session
:
EditSession
position
:
Point
prefix
:
string
callback
:
CompleterCallback
Returns
void
Optional
get
Doc
Tooltip
getDocTooltip
(
item
:
Completion
)
:
string
|
void
|
Completion
Parameters
item
:
Completion
Returns
string
|
void
|
Completion
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hide
Inline
Preview
id
identifier
Regexps
insert
Match
on
Insert
on
Seen
trigger
Characters
Methods
cancel
get
Completions
get
Doc
Tooltip
Ace API Reference
Loading...