docx
    Preparing search index...

    Type Alias IMathPreSubSuperScriptOptions

    Options for creating a MathPreSubSuperScript.

    type IMathPreSubSuperScriptOptions = {
        children: readonly MathComponent[];
        subScript: readonly MathComponent[];
        superScript: readonly MathComponent[];
    }
    Index

    Properties

    children: readonly MathComponent[]

    The base expression

    subScript: readonly MathComponent[]

    The pre-subscript expression (appears lower-left of base)

    superScript: readonly MathComponent[]

    The pre-superscript expression (appears upper-left of base)