Hi @Edward,
I have attached all the posts links that should assist you in building alpha plugins, please go through in that order to get the most out of them.
- Create Lit project locally - Community - Neutrinos (This post will get you started which will create a lit component and allow you to make it easy to convert it to Alpha plugin since Alpha plugins uses Lit components)
- ##
Getting Started with Building Alpha plugins - Neutrinos Platform - Neutrinos (This post will get you started with building alpha plugins, like adding properties to your plugin for any data that will be coming into your plugin.) - ##
Building Alpha Plugin Series β Part [2] : Handling `EVENT` Type Attributes in Alpha Plugins - Community - Neutrinos (If you want to understand how to add and expose events or triggers on your plugin to Alpha) - ##
Alpha Plugin Series β Part [3]: Dynamic Configuration with `DATA_MAPPING` Attributes - Neutrinos Platform - Neutrinos (If you want to understand uiType called DATA_MAPPING which is ideal for getting dynamic data for mapping with itβs keys.) - ##
Alpha Plugin Series: Part [4] β The Other Most Used UI_TYPE Attributes in Alpha Plugins - Community - Neutrinos (For understanding other UI_TYPE like dropdowns and multi-select)
@Edward if you get stuck or have any questions you can let me know.