Axinom Mosaic Libraries
    Preparing search index...

    Interface FilterConstructor<TFilter>

    Interface for a filter constructor

    interface FilterConstructor<TFilter> {
        new FilterConstructor(
            parent: Page | FrameLocator,
            xpath: string,
        ): TFilter;
    }

    Type Parameters

    • TFilter
    Index

    Constructors

    Constructors

    • Parameters

      • parent: Page | FrameLocator
      • xpath: string

      Returns TFilter