Properties
Private Optional _cursor
_cursor?: string
Readonly source
source: string
Accessors
cursor
- get cursor(): undefined | string
- set cursor(cursor: undefined | string): void
Returns undefined | string
Parameters
cursor: undefined | string
Returns void