Preparing search index...
The search index is not available
API Reference | fast-check | Property based testing framework
API Reference | fast-check | Property based testing framework
WithCloneMethod
Interface WithCloneMethod<T>
Object instance that should be cloned from one generation/shrink to another
Remarks
Since 2.15.0
interface
WithCloneMethod
<
T
>
{
[cloneMethod]
:
(
(
)
=>
T
)
;
}
Type Parameters
T
Index
Properties
[clone
Method]
Properties
[clone
Method]
[clone
Method]
:
(
(
)
=>
T
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[clone
Method]
API Reference | fast-check | Property based testing framework
Loading...
Object instance that should be cloned from one generation/shrink to another
Remarks
Since 2.15.0