Member Junction
    Preparing search index...

    mj-filter-field — Single row inside a filter panel: icon + label above a projected widget. Used either by <mj-filter-panel> internally (for config-driven fields) or directly in a page template as the escape hatch for custom widgets (tree-dropdown, date-range, etc.).

    Example (standalone usage for a custom widget):

    <mj-filter-panel ...>
    <mj-filter-field Label="Category" Icon="fa-solid fa-folder">
    <mj-tree-dropdown ...></mj-tree-dropdown>
    </mj-filter-field>
    </mj-filter-panel>
    Index

    Constructors

    Properties

    Constructors

    Properties

    Icon: string | null = null
    Label: string = ''