Appearance
Home > @plaidev/karte-action-sdk > widget > checkAndDo
widget.checkAndDo() function #
Signature:
typescript
function checkAndDo(checkFn: Function, fn: Function, ...conditionFns: Function[]): () => void | null;
Parameters #
| Parameter | Type | Description |
|---|---|---|
| checkFn | Function | |
| fn | Function | |
| conditionFns | Function[] |
Returns:
() => void | null