@claspo/document-connector
v15.0.14
Published
Script SDK Connection layer between Claspo widgets and the host document. Manages widget layouts, positioning, and resource loading.
Readme
@claspo/document-connector
Script SDK Connection layer between Claspo widgets and the host document. Manages widget layouts, positioning, and resource loading.
Installation
npm install @claspo/document-connectorArchitecture
┌─────────────────────────────────────────────────────────┐
│ Host Document │
├─────────────────────────────────────────────────────────┤
│ ┌───────────────────────────────────────────────────┐ │
│ │ Document Connector │ │
│ │ ┌─────────────┐ ┌─────────────┐ ┌───────────┐ │ │
│ │ │ Layout │ │ Resource │ │ Event │ │ │
│ │ │ Manager │ │ Loader │ │ System │ │ │
│ │ └─────────────┘ └─────────────┘ └───────────┘ │ │
│ └───────────────────────────────────────────────────┘ │
│ │ │
│ ┌───────────────────────▼───────────────────────────┐ │
│ │ @claspo/renderer │ │
│ │ (Web Components Engine) │ │
│ └───────────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘