@adcp/sdk API Reference - v7.9.0
Documentation
GitHub
npm
Preparing search index...
FileCursorStore
Class FileCursorStore
File-based cursor store for CLI/server use. Survives process restarts.
Implements
CursorStore
Index
Constructors
constructor
Methods
get
Cursor
set
Cursor
Constructors
constructor
new
FileCursorStore
(
filePath
:
string
)
:
FileCursorStore
Parameters
filePath
:
string
Returns
FileCursorStore
Methods
get
Cursor
getCursor
()
:
Promise
<
string
|
null
>
Returns
Promise
<
string
|
null
>
set
Cursor
setCursor
(
cursor
:
string
)
:
Promise
<
void
>
Parameters
cursor
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Cursor
set
Cursor
Documentation
GitHub
npm
@adcp/sdk API Reference - v7.9.0
Loading...
File-based cursor store for CLI/server use. Survives process restarts.