mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 22:31:06 +08:00
Update howdoesitwork.mdx
This commit is contained in:
parent
2d61278125
commit
e22cfc18c9
@ -264,11 +264,12 @@ In the example above, `Greet` only returns a `string` so the Javascript call wil
|
|||||||
is passed to it.
|
is passed to it.
|
||||||
|
|
||||||
All data types are correctly translated between Go and Javascript. Even structs. If you return a struct from a Go call,
|
All data types are correctly translated between Go and Javascript. Even structs. If you return a struct from a Go call,
|
||||||
it will be returned to your frontend as a Javascript class. Note: If you wish to use structs, you **must** define
|
it will be returned to your frontend as a Javascript class.
|
||||||
`json` struct tags for your fields!
|
|
||||||
|
|
||||||
:::info Note
|
:::info Note
|
||||||
|
|
||||||
|
Struct fields *must* have a valid `json` tag to be included in the generated Typescript.
|
||||||
|
|
||||||
Anonymous nested structs are not supported at this time.
|
Anonymous nested structs are not supported at this time.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
Loading…
Reference in New Issue
Block a user