mimiq
    Preparing search index...

    Interface ClickAction

    interface ClickAction {
        kind: "click";
        targetId: string;
    }
    Index
    kind: "click"
    targetId: string