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

    Interface SpreadSheetFilterConditionValue

    フィルター条件の値

    interface SpreadSheetFilterConditionValue {
        dateRange?: EditorValue | null;
        from: string | EditorValue | SelectedEntity | null;
        in?: string | string[] | EditorValue[] | SelectedEntity[];
        relativeRangeName?: string | null;
        to: string | EditorValue | null;
    }
    Index
    dateRange?: EditorValue | null

    日付範囲候補(任意)

    from: string | EditorValue | SelectedEntity | null

    範囲開始(または単一値)

    in?: string | string[] | EditorValue[] | SelectedEntity[]

    IN 用値(任意)

    relativeRangeName?: string | null

    相対範囲名(任意)

    to: string | EditorValue | null

    範囲終了