@hmiproject/helio-sdk
    Preparing search index...

    Function AdjustContainerLevel_unstable

    • Experimental

      Changes the container nesting depth for rendered child elements.

      Container traits (traits.Page, traits.Widget, traits.Control) automatically increase the container nesting depth. In some rare cases you might want to make manual adjustments like skipping a nesting level to receive the best appearance for child elements.

      Might be removed in future versions or change behavior.

      Parameters

      Returns ReactNode

      <AdjustContainerLevel_unstable by={1}>
      {children}
      </AdjustContainerLevel_unstable>