Home > widget-integration > SignalOptions

SignalOptions interface

Signature:

export interface SignalOptions<T = any> 

Properties

Property

Modifiers

Type

Description

name?

string

(Optional)

unwatched?

(this: Signal<T>) => void

(Optional)

watched?

(this: Signal<T>) => void

(Optional)