Module Vscode.ThemableDecorationAttachmentRenderOptions
type contentIconPath = [ | `String of string| `Uri of Uri.t
]type color = [ | `String of string| `ThemeColor of ThemeColor.t
]val contentText : t -> string optionval border : t -> string optionval borderColor : t -> color optionval fontStyle : t -> string optionval fontWeight : t -> string optionval textDecoration : t -> string optionval backgroundColor : t -> color optionval margin : t -> string optionval width : t -> string optionval height : t -> string optionval create :
?contentText:string ->
?contentIconPath:contentIconPath ->
?border:string ->
?borderColor:color ->
?fontStyle:string ->
?fontWeight:string ->
?textDecoration:string ->
?color:color ->
?backgroundColor:color ->
?margin:string ->
?width:string ->
?height:string ->
unit ->
t