Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UniformGridOptions

Index

Properties

contentGrid: { row: number; col: number; rowHeight?: number[]; colWidth?: number[]; padding?: number; custom?: { label: string; left: string | number; top: string | number; width: string | number; height: string | number } }

Type declaration

  • row: number
  • col: number
  • Optional rowHeight?: number[]
  • Optional colWidth?: number[]
  • Optional padding?: number
  • Optional custom?: { label: string; left: string | number; top: string | number; width: string | number; height: string | number }
    • label: string
    • left: string | number
    • top: string | number
    • width: string | number
    • height: string | number
gridBackground?: {}

Type declaration

  • [name: string]: string
windowName?: string

Generated using TypeDoc