Add field_order property to CustomComponent

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-11 12:31:39 -03:00
commit 5e641a42b8
4 changed files with 86 additions and 20 deletions

View file

@ -94,7 +94,8 @@ The CustomComponent class serves as the foundation for creating custom component
| Attribute Name | Description |
| -------------- | ----------------------------------------------------------------------------- |
| _`repr_value`_ | Displays the value it receives in the _`build`_ method. Useful for debugging. |
| _`status`_ | Displays the value it receives in the _`build`_ method. Useful for debugging. |
| _`field_order`_ | Defines the order the fields will be displayed in the canvas. |
<Admonition type="info" label="Tip">