CockpitDiscoveryPolicy constructor
const
CockpitDiscoveryPolicy({
- CockpitDiscoveryElementPredicate? isInteractiveWidget,
- CockpitDiscoveryElementPredicate? shouldStopTraversal,
- CockpitDiscoveryElementPredicate? isIgnoredSubtree,
- CockpitDiscoveryElementPredicate? isScrollableBoundary,
- CockpitDiscoveryStringExtractor? extractText,
- CockpitDiscoveryStringExtractor? extractSemanticId,
- CockpitDiscoveryStringExtractor? extractTooltip,
- CockpitDiscoveryStringExtractor? extractKey,
- CockpitTapHandlerResolver? tapHandlerForElement,
- CockpitLongPressHandlerResolver? longPressHandlerForElement,
- CockpitDoubleTapHandlerResolver? doubleTapHandlerForElement,
- CockpitEnterTextHandlerResolver? enterTextHandlerForElement,
- CockpitTextInputHandlerResolver? textInputHandlerForElement,
Implementation
const CockpitDiscoveryPolicy({
this.isInteractiveWidget,
this.shouldStopTraversal,
this.isIgnoredSubtree,
this.isScrollableBoundary,
this.extractText,
this.extractSemanticId,
this.extractTooltip,
this.extractKey,
this.tapHandlerForElement,
this.longPressHandlerForElement,
this.doubleTapHandlerForElement,
this.enterTextHandlerForElement,
this.textInputHandlerForElement,
});