Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-collaboration
UseFileNavigationOptions
Interface UseFileNavigationOptions
Options for the useFileNavigation hook.
interface
UseFileNavigationOptions
{
initialPath
?:
string
;
onPathChange
?:
(
path
:
string
)
=>
void
;
}
Index
Properties
initial
Path?
on
Path
Change?
Properties
Optional
initial
Path
initialPath
?:
string
Initial path
Optional
on
Path
Change
onPathChange
?:
(
path
:
string
)
=>
void
Callback when path changes
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
initial
Path
on
Path
Change
Hiyve Components - v1.0.0
Loading...
Options for the useFileNavigation hook.