interface GridHistory {
    horizontal: boolean;
    layout: string;
    view?: View;
}

Properties

horizontal: boolean
layout: string
view?: View