ExternalMountViewDetail
Event detail for mounting external view renderers.
Emitted when a cell uses an external component spec (React, Angular, Vue) and needs the framework adapter to mount the component.
Example
Section titled “Example”// Framework adapter listens for this eventgrid.on('mount-external-view', ({ placeholder, spec, context }) => { // Mount framework component into placeholder mountComponent(spec.component, placeholder, context);});Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
placeholder | HTMLElement | |
spec | unknown | |
context | object |
See Also
Section titled “See Also”ColumnConfig.externalViewfor external view specFrameworkAdapterfor adapter interface
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt