Preparing search index...
The search index is not available
markmap
markmap
markmap-cli
IContentProvider
Interface IContentProvider
interface
IContentProvider
{
dispose
:
()
=>
void
;
getUpdate
:
(
query
:
Record
<
string
,
number
>
,
timeout
?:
number
,
)
=>
Promise
<
void
>
;
key
:
string
;
setContent
:
(
content
:
string
)
=>
void
;
setCursor
:
(
line
:
number
)
=>
void
;
state
:
IFileState
;
}
Index
Properties
dispose
get
Update
key
set
Content
set
Cursor
state
Properties
dispose
dispose
:
()
=>
void
get
Update
getUpdate
:
(
query
:
Record
<
string
,
number
>
,
timeout
?:
number
)
=>
Promise
<
void
>
key
key
:
string
set
Content
setContent
:
(
content
:
string
)
=>
void
set
Cursor
setCursor
:
(
line
:
number
)
=>
void
state
state
:
IFileState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dispose
get
Update
key
set
Content
set
Cursor
state
markmap
Loading...