Alokai

GetDepthLevelForComponentParams

interface GetDepthLevelForComponentParams {
	component: Component;
	methodParams: GetComponentsArgs | GetPageArgs;
	parentComponent?: Component;
}

Properties

NameRequiredTypeDescription
componentRequiredComponentThe component to evaluate.
methodParamsRequiredGetComponentsArgs | GetPageArgsThe params passed to the API method (getPage or getComponents) that triggered this resolution.
parentComponentOptionalComponentThe parent component that references this component via a reference field. Undefined for top-level page components.

Referenced Types

On this page