Backstage
    Preparing search index...
    • EntityLayout is a compound component, which allows you to define a layout for entities using a sub-navigation mechanism.

      Consists of two parts: EntityLayout and EntityLayout.Route

      Parameters

      Returns Element

      <EntityLayout>
      <EntityLayout.Route path="/example" title="Example tab">
      <div>This is rendered under /example/anything-here route</div>
      </EntityLayout.Route>
      </EntityLayout>
    Index

    Properties

    Properties

    Route: (props: EntityLayoutRouteProps) => null