Gjallarhorn


Report

Namespace: Gjallarhorn.Interaction
Parent Module: IO

Creates reporting handles

Functions and values

Function or valueDescription
converted conversion signal
Signature: conversion:('?7642 -> '?7643) -> signal:ISignal<'?7642> -> Report<'?7642,'?7643>
Type parameters: '?7642, '?7643

Create a report which updates when the signal updates and uses a mapping function

convertedValidated (...)
Signature: conversion:('?7647 -> '?7648) -> validation:Validation<'?7648,'?7648> -> signal:ISignal<'?7647> -> ValidatedReport<'?7647,'?7648>
Type parameters: '?7647, '?7648

Create a report which validates and updates when the signal updates and uses a mapping function

create signal
Signature: signal:ISignal<'?7640> -> Report<'?7640,'?7640>
Type parameters: '?7640

Create a simple report which updates when the signal updates

validated validation signal
Signature: validation:Validation<'?7645,'?7645> -> signal:ISignal<'?7645> -> ValidatedReport<'?7645,'?7645>
Type parameters: '?7645

Create a report which validates and updates when the signal updates

Fork me on GitHub