shouldPreventDefault property
bool
get
shouldPreventDefault
delegate 側で既定動作を抑止すべきかどうかを返します。
Returns: allow 以外なら true。
Implementation
bool get shouldPreventDefault {
return action != ProxyWebViewNavigationAction.allow;
}