Parameters | context | The object that is being edited. |
| exported_field | The attribute being edited. This should be
a field from an interface of the form ISomeInterface['fieldname'] |
| default_html | Default display of attribute. |
| content_box_id | The HTML id to use for this widget.
Automatically generated if this is not provided. |
| header | The large text at the top of the picker. |
| step_title | Smaller line of text below the header. |
| assign_me_text | Override default button text: "Pick me" |
| remove_person_text | Override default link text: "Remove person" |
| remove_team_text | Override default link text: "Remove team" |
| null_display_value | This will be shown for a missing value |
| edit_view | The view name to use to generate the edit_url if
one is not specified. |
| edit_url | The URL to use for editing when the user isn't logged
in and when JS is off. Defaults to the edit_view on the context. |
| edit_title | Used to set the title attribute of the anchor. |
| help_link | Used to set a link for help for the widget. |