nylas
Preparing search index...
utils
PathParams
Interface PathParams<Path>
interface
PathParams
<
Path
extends
string
>
{
params
:
Record
<
ExtractPathParams
<
Path
>
,
string
>
;
path
:
Path
;
toPath
()
:
string
;
toString
()
:
string
;
}
Type Parameters
Path
extends
string
Index
Properties
params
path
Methods
to
Path
to
String
Properties
params
params
:
Record
<
ExtractPathParams
<
Path
>
,
string
>
path
path
:
Path
Methods
to
Path
toPath
()
:
string
Returns
string
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
params
path
Methods
to
Path
to
String
nylas
Loading...