Partilhar via


EntityQueryScenario type

Define valores para EntityQueryScenario. Os valores possíveis incluem: 'DominantEntity', 'DominantEntityWithDisambiguation', 'Disambiguation', 'List', 'ListWithPivot'

type EntityQueryScenario =
  | "DominantEntity"
  | "DominantEntityWithDisambiguation"
  | "Disambiguation"
  | "List"
  | "ListWithPivot"