Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-collaboration
FileEditorMap
Interface FileEditorMap
Map of resource types to their editor components. Consumers pass only the editors they use.
interface
FileEditorMap
{
assignment
?:
EditorComponent
;
clip
?:
EditorComponent
;
note
?:
EditorComponent
;
whiteboard
?:
EditorComponent
;
}
Index
Properties
assignment?
clip?
note?
whiteboard?
Properties
Optional
assignment
assignment
?:
EditorComponent
Optional
clip
clip
?:
EditorComponent
Optional
note
note
?:
EditorComponent
Optional
whiteboard
whiteboard
?:
EditorComponent
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assignment
clip
note
whiteboard
Hiyve Components - v1.0.0
Loading...
Map of resource types to their editor components. Consumers pass only the editors they use.