Skip to content

03_Rich_text_equation

fasteiner edited this page May 18, 2025 · 1 revision

Rich_Text: Equation

API Reference

classDiagram
    class rich_text_equation_structure {
    [string] $expression = ""
    ConvertFromObject()    
    }

    class rich_text_equation {
        [rich_text_equation_structure] $equation
        ConvertFromObject()
    }
    `rich_text` --|> `rich_text_equation`:inherits
Loading

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally