hyperlark (TypeScript)
Preparing search index...
VArgsOptions
Interface VArgsOptions
Call-shape adaptation for callbacks — a class mixin or single-method wrapper.
interface
VArgsOptions
{
inline
?:
boolean
;
meta
?:
boolean
;
tree
?:
boolean
;
wrapper
?:
(
f
:
Function
,
data
:
string
,
children
:
Node
[]
,
meta
?:
Meta
,
)
=>
unknown
;
}
Index
Properties
inline?
meta?
tree?
wrapper?
Properties
Optional
inline
inline
?:
boolean
Optional
meta
meta
?:
boolean
Optional
tree
tree
?:
boolean
Optional
wrapper
wrapper
?:
(
f
:
Function
,
data
:
string
,
children
:
Node
[]
,
meta
?:
Meta
)
=>
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inline
meta
tree
wrapper
hyperlark (TypeScript)
Loading...
Call-shape adaptation for callbacks — a class mixin or single-method wrapper.