Spatio.Model.TextAnnotations (spatio_sdk v0.0.2)

Inline formatting flags for a RichTextObject.

Summary

Types

t()

@type t() :: %Spatio.Model.TextAnnotations{
  bold: boolean(),
  code: boolean(),
  color: String.t() | nil,
  italic: boolean(),
  strikethrough: boolean(),
  underline: boolean()
}

Functions

decode(value)