@filego/js / CheckOptions
CheckOptions:
_CheckOptions
&object
Options for the check
function.
optional
checkFunction: (options
) =>CheckResult
|Promise
<CheckResult
>
Custom check function for the check
function.
• options: CheckFunctionOptions
CheckResult
| Promise
<CheckResult
>