Type alias SummaryLayoutItem
SummaryLayoutItem: {
customLink?: string | null;
field?: string | null;
posX: number;
posY?: number | null;
posZ?: number | null;
}
Type declaration
Optional customLink?: string | null
Optional field?: string | null
posX: number
Optional posY?: number | null
Optional posZ?: number | null