Alokai

GetNestedComponentsParams

type GetNestedComponentsParams = {
  components: Component[];
  locale?: string; /** The params passed to the API method (getPage or getComponents) that triggered this resolution. */
  methodParams: GetComponentsArgs | GetPageArgs;
  visitedIds?: Set<string>;
};

Referenced Types

On this page