MakeCode Embed
    Preparing search index...

    Interface UIEvent

    interface UIEvent {
        action: "groupHelpClicked";
        data?: Record<string, string>;
        type: "ui";
    }
    Index
    action: "groupHelpClicked"
    data?: Record<string, string>
    type: "ui"