GitHub
Preparing search index...
The search index is not available
Triangle.js Docs
Triangle.js Docs
src
Engine
Handler
Interface Handler<T>
interface
Handler
<
T
>
{
copy
:
(
(
value
:
T
)
=>
T
)
;
type
:
(
new
(
...
args
:
any
[]
)
=>
T
)
;
}
Type Parameters
T
Index
Properties
copy
type
Properties
copy
copy
:
(
(
value
:
T
)
=>
T
)
type
type
:
(
new
(
...
args
:
any
[]
)
=>
T
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
copy
type
GitHub
Triangle.js Docs
Loading...