docx
    Preparing search index...

    Type Alias IMathSubScriptOptions

    Options for creating a MathSubScript.

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

    Properties

    Properties

    children: readonly MathComponent[]

    The base expression

    subScript: readonly MathComponent[]

    The subscript expression