Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ModuleConnectionPresentation
Optional live connection presentation used by module headers and resource navigation.
Import
import type { ModuleConnectionPresentation } from "@dartwic/interface-sdk";Declaration
export interface ModuleConnectionPresentation {
channel: string;
label?: string;
endpoint?: string;
connectedValue?: string | number | boolean;
}Members
| Name | Type | Requirement | Description |
|---|---|---|---|
channel | string | Required | |
label | string | Optional | |
endpoint | string | Optional | |
connectedValue | string | number | boolean | Optional |