Type alias DescribePathAssistantField

DescribePathAssistantField: {
    apiName: string;
    label: string;
    readOnly: boolean;
    required: boolean;
}

Type declaration

  • apiName: string
  • label: string
  • readOnly: boolean
  • required: boolean