Type alias TalkbackFn

TalkbackFn: ((signal) => void)

Type declaration

    • (signal): void
    • Talkback callback that sends instructions to a source.

      Remarks

      This function sends a TalkbackKind signal to the source to instruct it to send a new value (pulling) or to be cancelled and stop sending values altogether.

      Parameters

      Returns void

Generated using TypeDoc