Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IWidgetSetCmd<T>

    interface IWidgetSetCmd<T extends WidgetSetCmdType = WidgetSetCmdType> {
        action: T;
        data: IWidgetSetCmdMap[T];
    }

    Type Parameters

    Index

    Properties

    Properties

    action: T