Update Screen docs

This commit is contained in:
Lea Anthony
2023-08-04 08:18:34 +10:00
parent 2859143b2f
commit 083e6b03f3
3 changed files with 6 additions and 0 deletions
@@ -16,6 +16,7 @@ JS: `ScreenGetAll()`
#### Screen
Go struct:
```go
type Screen struct {
IsCurrent bool
@@ -25,6 +26,7 @@ type Screen struct {
}
```
Typescript interface:
```ts
interface Screen {
isCurrent: boolean;
@@ -16,6 +16,7 @@ JS: `ScreenGetAll()`
#### Screen
Go struct:
```go
type Screen struct {
IsCurrent bool
@@ -25,6 +26,7 @@ type Screen struct {
}
```
Typescript interface:
```ts
interface Screen {
isCurrent: boolean;
@@ -16,6 +16,7 @@ JS: `ScreenGetAll()`
#### Screen
Go struct:
```go
type Screen struct {
IsCurrent bool
@@ -25,6 +26,7 @@ type Screen struct {
}
```
Typescript interface:
```ts
interface Screen {
isCurrent: boolean;