Preparing search index...
The search index is not available
Ace API Reference
Ace API Reference
ace
Ace
MarkerLike
Interface MarkerLike
interface
MarkerLike
{
clazz
:
string
;
id
:
number
;
inFront
:
boolean
;
range
?:
Ace
.
Range
;
renderer
?:
MarkerRenderer
;
type
:
string
;
update
?:
(
(
html
,
marker
,
session
,
config
)
=>
void
)
;
}
Index
Properties
clazz
id
in
Front
range?
renderer?
type
update?
Properties
clazz
clazz
:
string
id
id
:
number
in
Front
in
Front
:
boolean
Optional
range
range
?:
Ace
.
Range
Optional
renderer
renderer
?:
MarkerRenderer
type
type
:
string
Optional
update
update
?:
(
(
html
,
marker
,
session
,
config
)
=>
void
)
Type declaration
(
html
,
marker
,
session
,
config
)
:
void
Parameters
html
:
string
[]
marker
:
any
session
:
Ace
.
EditSession
config
:
any
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
clazz
id
in
Front
range
renderer
type
update
Ace API Reference
ace
src
ace
anchor
apply_delta
autocomplete
background_tokenizer
bidihandler
clipboard
commands
command_manager
default_commands
incremental_search_commands
multi_select_commands
occur_commands
config
css/editor-css
document
edit_session
editor
ext
Loading...
Generated using
TypeDoc