Validate component integration
validate_integrationValidate component integration by checking markup, stylesheet dependencies, SVG symbols, ID references, initialization, and declared events. Get structured findings and fixes without executing callbacks.
Instructions
Check component markup, stylesheet dependencies, SVG symbols, ID references, initialization and declared application events. Returns structured findings and fixes; does not execute callbacks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markup | Yes | ||
| svgSymbols | No | ||
| controllers | No | ||
| externalIds | No | ||
| stylesheets | Yes | ||
| componentIds | Yes | ||
| handledEvents | No | Application handlers in componentId:event format, e.g. button:click. This declares wiring; runtime behavior still needs testing. | |
| initialization | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| valid | Yes | ||
| version | Yes | ||
| findings | Yes | ||
| limitation | Yes | ||
| schemaVersion | Yes | ||
| requiredControllers | Yes | ||
| requiredStylesheets | Yes |