interface LayoutInfo {
    blockTableRecordId: string;
    isActive: boolean;
    name: string;
    tabOrder: number;
}

Properties

blockTableRecordId: string
isActive: boolean
name: string
tabOrder: number