Matterway
    Preparing search index...

    Interface FilterOptions

    Options to filter elements when creating an XPath selector.

    interface FilterOptions {
        filterElementWithTag?: string;
    }
    Index

    Properties

    filterElementWithTag?: string

    The tag name of the element to filter by. If not specified, defaults to '*'.