Last updated
Last updated
BuilderBase is a feature of the ScreenSystem that works with DI Containers to create screens and generate Pages and Modals.
The elements to be used in the next screen can be defined and passed as Parameters.
For example, imagine a UI where tapping an item in your inventory takes you to the item detail page.
You can pass the ID of the selected item via a parameter to the next screen.