UNPKG

@zeix/ui-element

Version:

UIElement - a HTML-first library for reactive Web Components

86 lines (43 loc) 1.21 kB
[**@zeix/ui-element**](../README.md) *** [@zeix/ui-element](../globals.md) / EffectMatcher # Type Alias: EffectMatcher\<S\> > **EffectMatcher**\<`S`\> = `object` Defined in: node\_modules/@zeix/cause-effect/src/effect.ts:7 ## Name UIElement ## Version 0.14.0 ## Author Esther Brunner ## Type Parameters ### S `S` *extends* [`Signal`](Signal.md)\<`unknown` & `object`\>[] ## Properties ### err()? > `optional` **err**: (...`errors`) => [`Cleanup`](Cleanup.md) \| `undefined` Defined in: node\_modules/@zeix/cause-effect/src/effect.ts:10 #### Parameters ##### errors ...`Error`[] #### Returns [`Cleanup`](Cleanup.md) \| `undefined` *** ### nil()? > `optional` **nil**: () => [`Cleanup`](Cleanup.md) \| `undefined` Defined in: node\_modules/@zeix/cause-effect/src/effect.ts:11 #### Returns [`Cleanup`](Cleanup.md) \| `undefined` *** ### ok() > **ok**: (...`values`) => [`Cleanup`](Cleanup.md) \| `undefined` Defined in: node\_modules/@zeix/cause-effect/src/effect.ts:9 #### Parameters ##### values ...`SignalValues`\<`S`\> #### Returns [`Cleanup`](Cleanup.md) \| `undefined` *** ### signals > **signals**: `S` Defined in: node\_modules/@zeix/cause-effect/src/effect.ts:8