Stratal API Reference
Preparing search index...
stratal
RouteFilterFn
Type Alias RouteFilterFn
RouteFilterFn
:
(
path
:
string
,
pathItem
:
PathItemObject
)
=>
boolean
Route filter function type Returns true to include route, false to exclude
Type Declaration
(
path
:
string
,
pathItem
:
PathItemObject
)
:
boolean
Parameters
path
:
string
pathItem
:
PathItemObject
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Stratal API Reference
Loading...
Route filter function type Returns true to include route, false to exclude