Interface IBuilderAdapterSupportColumnProps

interface IBuilderAdapterSupportColumnProps {
    type: "group" | "aggregate" | "rank" | "selection" | "*";
}

Properties

Properties

type: "group" | "aggregate" | "rank" | "selection" | "*"