Type Alias TreeGridItemBaseProperty
TreeGridItemBaseProperty: {
collapseIconTag: string;
cssClassName: string;
depth: number;
expanded: boolean;
expandIconTag: string;
iconColor: string;
itemRuntimeId: string;
rowTitle: string;
rowType: "ENTITY_ROW" | "DATA_ROW" | "DATA_WITH_REF_ROW" | "REF_ROW" | "";
}
Type declaration
collapseIconTag: string
cssClassName: string
depth: number
expanded: boolean
expandIconTag: string
iconColor: string
itemRuntimeId: string
rowTitle: string
rowType: "ENTITY_ROW" | "DATA_ROW" | "DATA_WITH_REF_ROW" | "REF_ROW" | ""
TreeGridItemのBase型