:tocdepth: 3 :py:mod:`gws.plugin.model_field.text` ===================================== .. py:module:: gws.plugin.model_field.text .. autoapi-nested-parse:: Text field. **Source code:** :source:`gws.plugin.model_field.text` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.model.scalar_field.Config` .. py:attribute:: textSearch :type: Optional[gws.TextSearchOptions] .. py:class:: Object Bases: :py:obj:`gws.base.model.scalar_field.Object` .. py:attribute:: attributeType .. py:attribute:: textSearch :type: Optional[gws.TextSearchOptions] .. py:method:: before_select(mc) .. py:method:: configure() .. py:method:: configure_widget() .. py:class:: Props Bases: :py:obj:`gws.base.model.scalar_field.Props`