interface WidgetEventData {
    status: "NO_STATE_CHANGE" | "STATE_CHANGE";
}

Properties

Properties

status: "NO_STATE_CHANGE" | "STATE_CHANGE"