Skip to content
v4 Athena Framework
Search...
Main Navigation
Intro
API
API Server
API Client
Plugins
Plugins
Plugins
User Plugins
Tools
Athena Toolkit
Version
latest
v4
Links
alt:V Client
alt:V Native Database
GTA:V Data Browser
GitHub
Discord
Appearance
GitHub
Discord
Menu
Return to top
.showCursor
#
Show or hide the cursor.
Usage
#
Arguments
state -> boolean
If true, show the cursor. If false, hide the cursor.
Returns
Returns a void.
typescript
AthenaClient
.
webview
.
showCursor
(
true
)
;