Files
gh-secondsky-sap-skills-ski…/references/composites-scripting.md
2025-11-30 08:55:33 +08:00

19 lines
615 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.