:tocdepth: 3 :py:mod:`gws.base.action.core` ============================== .. py:module:: gws.base.action.core **Source code:** :source:`gws.base.action.core` Module Contents --------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.ConfigWithAccess` Basic config with permissions. .. py:class:: Object Bases: :py:obj:`gws.Action` Generic action object, the parent of all action objects. .. py:method:: props(user) Generate a ``Props`` struct for this object. :param user: The user for which the props should be generated. .. py:class:: Props(*args, **kwargs) Bases: :py:obj:`gws.Props` Object properties. .. py:attribute:: type :type: str