:tocdepth: 3 :py:mod:`gws.plugin.model_widget.file_list` =========================================== .. py:module:: gws.plugin.model_widget.file_list .. autoapi-nested-parse:: File list widget. **Source code:** :source:`gws.plugin.model_widget.file_list` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.plugin.model_widget.feature_list.Config` File list widget configuration. .. py:attribute:: toFileField :type: str Field to link files to. .. py:class:: Object Bases: :py:obj:`gws.plugin.model_widget.feature_list.Object` .. py:method:: props(user) .. py:class:: Props Bases: :py:obj:`gws.base.model.widget.Props` .. py:attribute:: toFileField :type: str .. py:attribute:: withDeleteButton :type: bool .. py:attribute:: withEditButton :type: bool .. py:attribute:: withLinkButton :type: bool .. py:attribute:: withNewButton :type: bool .. py:attribute:: withUnlinkButton :type: bool