Interface INestedBuilder

interface INestedBuilder {
    columns: string[];
    label?: string;
    type: "nested";
}

Properties

Properties

columns: string[]
label?: string
type: "nested"