- Preparing search index...
- The search index is not available
neuroglancer
Function registerNestedSync
- registerNestedSync<U, T>(f: ((context: RefCounted, ...values: T) => U), ...watchables: { [ K in string | number | symbol]: WatchableValueInterface<T[K]> }): {
value: U;
dispose(): void;
}
-
Returns {
value: U;
dispose(): void;
}
-
Readonly value: U
-
dispose:function
- dispose(): void
-
Returns void