BaseHarnessFilters
interface
A set of criteria that can be used to filter a list of ComponentHarness
instances.
selector
string | undefined
Only find instances whose host element matches the given selector.
ancestor
string | undefined
Only find instances that are nested under an element with the given selector.
Jump to details