Type Property 型プロパティ

WebViewDidChangeSelection

Posted when a web view changes its typing selection. ウェブビューがそれのタイピング選択を変更する時に投函されます。

Declaration 宣言

static let WebViewDidChangeSelection: NSNotification.Name

Discussion 議論

The notification object is the WebView that changed its typing selection. This notification does not contain a userInfo dictionary. 通知オブジェクトは、それのタイピング選択が変化したWebViewです。この通知は、userInfo辞書を含みません。

See Also 参照

WebKit