OpenFairyGUI API
Preparing search index...
backend/src
BackendFileHandle
Interface BackendFileHandle
interface
BackendFileHandle
{
close
()
:
Promise
<
void
>
;
writeFile
(
content
:
string
)
:
Promise
<
void
>
;
}
Index
Methods
close
write
File
Methods
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
write
File
writeFile
(
content
:
string
)
:
Promise
<
void
>
Parameters
content
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
write
File
OpenFairyGUI API
Loading...