- Preparing search index...
- The search index is not available
neuroglancer
Function withSharedVisibility
- withSharedVisibility<T>(Base: T): {
prototype: __type<any>;
new (...args: any[]): __type<T>;
} & T
-
Returns {
prototype: __type<any>;
new (...args: any[]): __type<T>;
} & T
Mixin that adds a
visibility
property which is shared with the counterpart.