Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Scripting in Composites (Optimized) 2025.23
Source: `help-portal-6f7a3c387b7d4efcabcf95990884d4a5.md` (Add Scripts to Your Composites).
## Add scripts to a composite
1. Hover over the composite in the Outline.
2. Click the **Edit Scripts** (⚙) icon.
3. Select an available event.
4. Write scripts for that event.
## Available APIs
- Standard composite APIs for behavior/properties.
- Interface functions defined in the composite; value help lists available functions.
## Implementation notes
- Scripts are per-event on the composite.
- Use interface functions to coordinate with host story/components.