Basics
Basics of the UI context.
What is $ui.register?
function init() {
// This function registers the UI context for your plugin, allowing it to
// have access to UI APIs
$ui.register((ctx) => {
// The 'ctx' objects contains all the APIs
})
}Fetch
States
Computed
Effects
Example
Last updated