mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 05:30:22 +08:00
Update Screen docs
This commit is contained in:
parent
2859143b2f
commit
083e6b03f3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user