File

projects/netgrif-components-core/src/lib/utility/grid-layout/model/grid-element.ts

Index

Properties

Properties

layout
layout: GridLayout
Type : GridLayout
type
type: string
Type : string
export interface GridElement {
    layout: GridLayout;
    type: string;
}

export interface GridLayout extends BasicLayout {
    x: number;
    y: number;
}

export interface BasicLayout {
    rows: number;
    cols: number;
}

result-matching ""

    No results matching ""