---
title: WebViewDidChangeTypingStyleNotification
framework: webkit
role: symbol
role_heading: Global Variable
path: webkit/webviewdidchangetypingstylenotification
---

# WebViewDidChangeTypingStyleNotification

Posted when a web view changes its typing style.

## Declaration

```occ
extern NSString * const WebViewDidChangeTypingStyleNotification;
```

## Discussion

Discussion The notification object is the WebView that changed its typing style. This notification does not contain a userInfo dictionary.

## See Also

### Related Documentation

- [typingStyle](webkit/webview-swift.class/typingstyle.md)

### Notifications

- [WebViewDidBeginEditingNotification](webkit/webviewdidbegineditingnotification.md)
- [WebViewDidChangeNotification](webkit/webviewdidchangenotification.md)
- [WebViewDidChangeSelectionNotification](webkit/webviewdidchangeselectionnotification.md)
- [WebViewDidEndEditingNotification](webkit/webviewdidendeditingnotification.md)
- [WebViewProgressEstimateChangedNotification](webkit/webviewprogressestimatechangednotification.md)
- [WebViewProgressFinishedNotification](webkit/webviewprogressfinishednotification.md)
- [WebViewProgressStartedNotification](webkit/webviewprogressstartednotification.md)
