Type alias DescribeLayoutButton

DescribeLayoutButton: {
    behavior?: string | null;
    colors: DescribeColor[];
    content?: string | null;
    contentSource?: string | null;
    custom: boolean;
    encoding?: string | null;
    height?: number | null;
    icons: DescribeIcon[];
    label?: string | null;
    menubar?: boolean | null;
    name?: string | null;
    overridden: boolean;
    resizeable?: boolean | null;
    scrollbars?: boolean | null;
    showsLocation?: boolean | null;
    showsStatus?: boolean | null;
    toolbar?: boolean | null;
    url?: string | null;
    width?: number | null;
    windowPosition?: string | null;
}

Type declaration

  • Optional behavior?: string | null
  • colors: DescribeColor[]
  • Optional content?: string | null
  • Optional contentSource?: string | null
  • custom: boolean
  • Optional encoding?: string | null
  • Optional height?: number | null
  • icons: DescribeIcon[]
  • Optional label?: string | null
  • Optional menubar?: boolean | null
  • Optional name?: string | null
  • overridden: boolean
  • Optional resizeable?: boolean | null
  • Optional scrollbars?: boolean | null
  • Optional showsLocation?: boolean | null
  • Optional showsStatus?: boolean | null
  • Optional toolbar?: boolean | null
  • Optional url?: string | null
  • Optional width?: number | null
  • Optional windowPosition?: string | null