Plugins

Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0

ModuleConnectionStatusProps

Props for the shared opt-in module connection indicator.

Import

import type { ModuleConnectionStatusProps } from "@dartwic/interface-sdk/ui";

Declaration

export interface ModuleConnectionStatusProps extends HostComponentProps {
    presentation: {
        channel: string;
        label?: string;
        endpoint?: string;
        connectedValue?: string | number | boolean;
    };
    showText?: boolean;
    compact?: boolean;
}

Members

NameTypeRequirementDescription
presentation`{

channel: string;

label?: string;

endpoint?: string;

connectedValue?: string | number | boolean;

}`
Required
showTextbooleanOptional
compactbooleanOptional