Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-notes
NoteFileClient
Interface NoteFileClient
Client interface for file operations. Matches the Hiyve client API.
interface
NoteFileClient
{
uploadFile
:
(
opts
:
{
file
:
File
;
location
:
string
;
resourceType
?:
string
}
,
)
=>
Promise
<
{
fileId
:
string
}
>
;
}
Index
Properties
upload
File
Properties
upload
File
uploadFile
:
(
opts
:
{
file
:
File
;
location
:
string
;
resourceType
?:
string
}
,
)
=>
Promise
<
{
fileId
:
string
}
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
upload
File
Hiyve Components - v1.0.0
Loading...
Client interface for file operations. Matches the Hiyve client API.