dCBOR Pattern TypeScript - v1.0.0-alpha.20
Preparing search index...
SearchWithCaptures
Interface SearchWithCaptures
Result type for paths with captures from search operations.
interface
SearchWithCaptures
{
paths
:
Path
[]
;
captures
:
Map
<
string
,
Path
[]
>
;
}
Index
Properties
paths
captures
Properties
Readonly
paths
paths
:
Path
[]
Readonly
captures
captures
:
Map
<
string
,
Path
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
paths
captures
dCBOR Pattern TypeScript - v1.0.0-alpha.20
Loading...
Result type for paths with captures from search operations.