Type alias VisualforcePage

VisualforcePage: DescribeLayoutComponent & {
    showLabel: boolean;
    showScrollbars: boolean;
    suggestedHeight: string;
    suggestedWidth: string;
    url: string;
}

Type declaration

  • showLabel: boolean
  • showScrollbars: boolean
  • suggestedHeight: string
  • suggestedWidth: string
  • url: string