Interface

Panel-1PanelPositionConstructorProps

interface ConstructorProps {
    area: Panel.Area;
    area_set: boolean;
    areaSet: boolean;
    column: number;
    column_set: boolean;
    columnSet: boolean;
    depth: number;
    depth_set: boolean;
    depthSet: boolean;
    row: number;
    row_set: boolean;
    rowSet: boolean;
}

Hierarchy (View Summary)

Index

Properties

area: Panel.Area
area_set: boolean
areaSet: boolean
column: number
column_set: boolean
columnSet: boolean
depth: number
depth_set: boolean
depthSet: boolean
row: number
row_set: boolean
rowSet: boolean