- Preparing search index...
- The search index is not available
neuroglancer
Interface ReadonlySignal<Callable>
Type Parameters
-
Callable extends Function
Properties
Readonly
count
count: number
Methods
add
- add(handler: Callable): (() => void)
-
Returns (() => void)
remove
- remove(handler: Callable): boolean
-
Returns boolean
Interface for a signal excluding the dispatch method.
Unlike Signal, this interface is covariant in the type of Callable.