Helpful
    Preparing search index...

    Represents a data match for text strings.

    The data should match when it's text representation matches the filter string.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Gets whether the given data matches the given filter.

      Parameters

      • data: any

        The data to check.

      • filter: string

        The filter to match against.

      Returns boolean

      True if the data matches the filter.