mimiq
    Preparing search index...

    Interface ClickAction

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

    Properties

    Properties

    kind: "click"
    targetId: string