Built-in Functions
Static Methods
configuration
// Set configuration
MyComponent.configuration({
defaultValue: 'something',
options: { enabled: true }
});
// Get all configuration
const config = MyComponent.configuration();
// Get specific property
const value = MyComponent.configuration('defaultValue');template
all
get
instances
Instance Methods
setProps / setState
forceRender
element
content
remove
instance
parent
Rendering Methods
render
Using Slots
Engine Interaction
Running Script Actions
Accessing Game State
Finding Elements
DOM Operations
Complete Example
Related
Last updated
Was this helpful?