mimiq
    Preparing search index...

    Interface SelectAction

    interface SelectAction {
        kind: "select";
        targetId: string;
        value: string;
    }
    Index

    Properties

    Properties

    kind: "select"
    targetId: string
    value: string