Function MasterDetail

Represents a master-detail component with various modes and customizations.

  • Type Parameters

    • Payload extends unknown = any

      The payload type for the component.

    Parameters

    • props: IMasterDetailProps<Payload>

      The component props.

    Returns Element

    • The rendered component.