---
title: typingStyle
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webview-swift.class/typingstyle
---

# typingStyle

The receiver’s CSS typing style.

## Declaration

```swift
var typingStyle: DOMCSSStyleDeclaration! { get set }
```

## Discussion

Discussion The typing style is reset automatically when the receiver’s selection changes.

## See Also

### Getting and Setting CSS Properties

- [computedStyle(for:pseudoElement:)](webkit/webview-swift.class/computedstyle(for:pseudoelement:).md)
- [mediaStyle](webkit/webview-swift.class/mediastyle.md)
- [styleDeclaration(withText:)](webkit/webview-swift.class/styledeclaration(withtext:).md)
- [applyStyle(_:)](webkit/webview-swift.class/applystyle(_:).md)
