Wagtail client-side components
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    fieldName: string

    Name of the field this panel is associated with

    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)

    widget: any

    Widget class used for rendering the field

    Methods