Type alias DescribeCompactLayout

DescribeCompactLayout: {
    actions: DescribeLayoutButton[];
    fieldItems: DescribeLayoutItem[];
    id: Optional<string>;
    imageItems: DescribeLayoutItem[];
    label: string;
    name: string;
    objectType: string;
}

Type declaration

  • actions: DescribeLayoutButton[]
  • fieldItems: DescribeLayoutItem[]
  • id: Optional<string>
  • imageItems: DescribeLayoutItem[]
  • label: string
  • name: string
  • objectType: string