class neuroglancer.viewer_state.LayerTool(Tool) Public members¶ layer: str | None Name of the layer to which this tool applies. type: str LayerTool(*args, **kwargs) Initialize self. See help(type(self)) for accurate signature. static LayerTool(cls, json_data=None, _readonly: bool = False, ...) Coerces the argument to a Tool. TOOL_TYPE: str to_json() __eq__(other) Return self==value. __repr__() Return repr(self).