Class rich text view. Useful to show note content.
The view model is:
{
"type": "rich-text-view"
"data": {'content': RichTextDTO}
}
object_id: str
object_type: RichTextObjectType
Initialize self. See help(type(self)) for accurate signature.
str
RichText
RichTextObjectType
str
Add technical info
TechnicalInfo
Copy the view information from another view
View
Convert to dictionary
ConfigParams
dict
Mark the view as not interactive, disable the pagination
Get style
TypingStyle
Get technical info dict
str
TechnicalInfo
Get technical info
TechnicalInfoDict
Get title
Optional
Get type
ViewType
Is favorite
bool
Is interaction disabled
bool
Set favorite
bool
Set typing style for this view instance. This overrides the style defines in the view decorator and the default style of the view type With this you can define a custom style for a specific view instance when you view is generic.
TypingStyle
Set technical info
TechnicalInfoDict
Set title
str
Convert to DTO
ConfigParams
ViewDTO
Generate range list like 0,1,2...length
int
List
Dict
Method that return true is the provided json is a json of a view
Any
bool