- Preparing search index...
- The search index is not available
neuroglancer
Function registerSharedObjectOwner
- registerSharedObjectOwner(identifier: string): ((constructorFunction: {
prototype: {
RPC_TYPE_ID: string;
};
}) => void)
-
Returns ((constructorFunction: {
prototype: {
RPC_TYPE_ID: string;
};
}) => void)
-
- (constructorFunction: {
prototype: {
RPC_TYPE_ID: string;
};
}): void
-
Parameters
-
constructorFunction: {
prototype: {
RPC_TYPE_ID: string;
};
}
-
prototype: {
RPC_TYPE_ID: string;
}
Returns void
Register a class as a SharedObject owner type under the specified identifier.
This is intended to be used as a decorator.