Wagtail client-side components
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    prefix: string

    Prefix for the panel's HTML elements (e.g., field-)

    type: string

    Type of the panel; will generally match the Python-side panel class name (e.g., FieldPanel, PanelGroup)

    Methods

    • Return any descendant panel (including self) that matches the given field or relation name, or null if there is no match

      Parameters

      • _name: string

      Returns Panel | null