型・APIリファレンス
    Preparing search index...

    Interface AggregationSelectPropertyEditor

    定型集計のSelectPropertyEditor

    interface AggregationSelectPropertyEditor {
        displayType: "RADIO" | "SELECT";
        type: string;
        values: EditorValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayType: "RADIO" | "SELECT"

    表示タイプ

    type: string

    エディタの種類

    values: EditorValue[]

    Selectの場合の選択肢