Backstage
    Preparing search index...

    Props for the EntitySwitch component.

    interface EntitySwitchProps {
        children: ReactNode;
        renderMultipleMatches?: "all" | "first";
    }
    Index

    Properties

    children: ReactNode
    renderMultipleMatches?: "all" | "first"