FractionRunProps Interface

JSON representation of a FractionRun.

Extends

Properties

Name Type Description
denominator string | undefined The text displayed after or below the fraction separator, depending on stackedFractionType.  
numerator string | undefined The text displayed before or above the fraction separator, depending on stackedFractionType.  
type Readonly "fraction" Discriminator field for the RunProps union.  

Inherited properties

Name Type Inherited from Description
styleName string TextBlockComponentProps The name of a TextStyle stored in a Workspace from which the base TextStyleSettings applied to the component originates.
styleOverrides TextStyleSettingsProps | undefined TextBlockComponentProps Deviations from the base TextStyleSettings defined by the TextStyle applied to this component.

Defined in

Last Updated: 06 May, 2024