Documentation
    Preparing search index...

    Function ScopeBoundary

    • Provide a Scope to descendants. The boundary owns a Scope and disposes it on unmount.

      Parameters

      • __namedParameters: PropsWithChildren<{ label?: string }>

      Returns Element

      <ScopeBoundary label="UserPage">
      <UserPanel/>
      </ScopeBoundary>