Skip to main content

Class: AIRichResponseLatexExpression

Defined in: WAProto/index.d.ts:464

Implements

Constructors

new AIRichResponseLatexExpression()

new AIRichResponseLatexExpression(p?): AIRichResponseLatexExpression

Defined in: WAProto/index.d.ts:465

Parameters

p?

IAIRichResponseLatexExpression

Returns

AIRichResponseLatexExpression

Properties

fontHeight?

optional fontHeight: null | number

Defined in: WAProto/index.d.ts:470

Implementation of

IAIRichResponseLatexExpression.fontHeight


height?

optional height: null | number

Defined in: WAProto/index.d.ts:469

Implementation of

IAIRichResponseLatexExpression.height


imageBottomPadding?

optional imageBottomPadding: null | number

Defined in: WAProto/index.d.ts:473

Implementation of

IAIRichResponseLatexExpression.imageBottomPadding


imageLeadingPadding?

optional imageLeadingPadding: null | number

Defined in: WAProto/index.d.ts:472

Implementation of

IAIRichResponseLatexExpression.imageLeadingPadding


imageTopPadding?

optional imageTopPadding: null | number

Defined in: WAProto/index.d.ts:471

Implementation of

IAIRichResponseLatexExpression.imageTopPadding


imageTrailingPadding?

optional imageTrailingPadding: null | number

Defined in: WAProto/index.d.ts:474

Implementation of

IAIRichResponseLatexExpression.imageTrailingPadding


latexExpression?

optional latexExpression: null | string

Defined in: WAProto/index.d.ts:466

Implementation of

IAIRichResponseLatexExpression.latexExpression


url?

optional url: null | string

Defined in: WAProto/index.d.ts:467

Implementation of

IAIRichResponseLatexExpression.url


width?

optional width: null | number

Defined in: WAProto/index.d.ts:468

Implementation of

IAIRichResponseLatexExpression.width

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:480

Returns

object


create()

static create(properties?): AIRichResponseLatexExpression

Defined in: WAProto/index.d.ts:475

Parameters

properties?

IAIRichResponseLatexExpression

Returns

AIRichResponseLatexExpression


decode()

static decode(r, l?): AIRichResponseLatexExpression

Defined in: WAProto/index.d.ts:477

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

AIRichResponseLatexExpression


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:476

Parameters

m

IAIRichResponseLatexExpression

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): AIRichResponseLatexExpression

Defined in: WAProto/index.d.ts:478

Parameters

d

Returns

AIRichResponseLatexExpression


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:481

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:479

Parameters

m

AIRichResponseLatexExpression

o?

IConversionOptions

Returns

object