:tocdepth: 3 :py:mod:`gws.plugin.select_tool.action` ======================================= .. py:module:: gws.plugin.select_tool.action .. autoapi-nested-parse:: Select action. **Source code:** :source:`gws.plugin.select_tool.action` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.action.Config` Select action configuration. .. py:attribute:: storage :type: Optional[gws.base.storage.Config] Storage configuration. .. py:attribute:: tolerance :type: Optional[gws.UomValueStr] Click tolerance. .. py:class:: Object Bases: :py:obj:`gws.base.action.Object` .. py:attribute:: storage :type: Optional[gws.base.storage.Object] .. py:attribute:: tolerance :type: Optional[gws.UomValue] .. py:method:: configure() .. py:method:: handle_storage(req: gws.WebRequester, p: gws.base.storage.Request) -> gws.base.storage.Response .. py:method:: props(user) .. py:class:: Props Bases: :py:obj:`gws.base.action.Props` .. py:attribute:: storage :type: gws.base.storage.Props .. py:attribute:: tolerance :type: str