@nospamproxy/core
    Preparing search index...

    Test helper for controlling a list text filter.

    Index

    Constructors

    • Parameters

      • element: Element | null

      Returns ListTextFilterHelper

    Properties

    content: Element
    element: Element
    viewModel: ListTextFilter

    Accessors

    • get appliedFilters(): unknown[]

      Get the currently applied odata filters as returned by the filter function.

      Returns unknown[]

    • get buttonText(): string

      Get the current button text.

      Returns string

    • get validationMessage(): string | undefined

      Get the currently displayed validation message.

      Returns string | undefined

    Methods

    • Apply the specified value using this filter.

      Parameters

      • value: string

        The search text to enter.

      • exactMatch: boolean | null = null

        If true, "exact match" is checked before applying. Default is false.

      Returns Promise<void>

    • Clear this filter.

      Returns Promise<void>