Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-collaboration
RoomSummaryFile
Interface RoomSummaryFile
File entry in a room summary.
interface
RoomSummaryFile
{
appData
?:
Record
<
string
,
unknown
>
;
fileId
?:
string
;
filename
?:
string
;
fileName
?:
string
;
key
?:
string
;
name
?:
string
;
resourceType
:
string
;
s3Key
?:
string
;
s3Path
?:
string
;
}
Index
Properties
app
Data?
file
Id?
filename?
file
Name?
key?
name?
resource
Type
s3
Key?
s3
Path?
Properties
Optional
app
Data
appData
?:
Record
<
string
,
unknown
>
Application data
Optional
file
Id
fileId
?:
string
File ID
Optional
filename
filename
?:
string
File name
Optional
file
Name
fileName
?:
string
Optional
key
key
?:
string
Optional
name
name
?:
string
resource
Type
resourceType
:
string
Resource type
Optional
s3
Key
s3Key
?:
string
Optional
s3
Path
s3Path
?:
string
S3 path
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
Data
file
Id
filename
file
Name
key
name
resource
Type
s3
Key
s3
Path
Hiyve Components - v1.0.0
Loading...
File entry in a room summary.