Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-whiteboard
WhiteboardFileClient
Interface WhiteboardFileClient
Client interface for file operations This matches the Hiyve client API
interface
WhiteboardFileClient
{
shareFile
?:
(
opts
:
{
fileId
:
string
;
userIds
:
string
[]
}
,
)
=>
Promise
<
void
>
;
uploadFile
:
(
opts
:
{
file
:
File
;
location
:
string
;
resourceType
?:
string
}
,
)
=>
Promise
<
{
fileId
:
string
}
>
;
}
Index
Properties
share
File?
upload
File
Properties
Optional
share
File
shareFile
?:
(
opts
:
{
fileId
:
string
;
userIds
:
string
[]
}
)
=>
Promise
<
void
>
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
share
File
upload
File
Hiyve Components - v1.0.0
Loading...
Client interface for file operations This matches the Hiyve client API