UIEvent | MakeCode Embed

Interface UIEvent

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

Properties

action data? type

Properties

action

action: "groupHelpClicked"

Optionaldata

data?: Record<string, string>

type

type: "ui"