To define the component’s behavior, you must specify the Layout Component Logic class that will be used to process the inputs. Several classes are integrated into the plugin that cover the vast majority of use cases, but you can also create your own. For more information, see the Component Logic category.
Select a layout component and, in the details panel, go to the Input category. There is a property named Logic where you can select the class you want to use. For example, for a simple button, select Button Logic. Since this class is auto-instantiated, the details panel displays the class details. You can therefore easily and quickly configure the behavior of your layout component.
