Widget configuration key-value pair sent by the host via StartCommand.

interface WidgetConfig {
    key: string;
    value: string;
}

Properties

Properties

key: string
value: string