ThemableDecorationAttachmentRenderOptions

Represents theme specific rendering styles for before and after the content of text decorations.

Online Documentation

Properties

Link copied to clipboard
abstract var backgroundColor: JsAny?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var border: String?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var borderColor: JsAny?

CSS styling property that will be applied to text enclosed by a decoration.

Link copied to clipboard
abstract var color: JsAny?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var contentIconPath: JsAny?

An absolute path or an URI to an image to be rendered in the attachment. Either an icon or a text can be shown, but not both.

Link copied to clipboard
abstract var contentText: String?

Defines a text content that is shown in the attachment. Either an icon or a text can be shown, but not both.

Link copied to clipboard
abstract var fontStyle: String?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var fontWeight: String?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var height: String?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var margin: String?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var textDecoration: String?

CSS styling property that will be applied to the decoration attachment.

Link copied to clipboard
abstract var width: String?

CSS styling property that will be applied to the decoration attachment.