Shared form selectors for data product query builder setup. Renders the data product selector, execution context / access point group selector, and class selector. Consumed by both the base setup panel and the LegendQuery-specific setup panel.

  • Parameters

    • props: {
          formatOptionLabel?: (option: DataProductOption) => ReactNode;
          isLoading?: boolean;
          queryBuilderState: DataProductQueryBuilderState;
      }

    Returns Element