Skip to main content

Class: InThreadSurveyOption

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

Implements

Constructors

new InThreadSurveyOption()

new InThreadSurveyOption(p?): InThreadSurveyOption

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

Parameters

p?

IInThreadSurveyOption

Returns

InThreadSurveyOption

Properties

numericValue?

optional numericValue: null | number

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

Implementation of

IInThreadSurveyOption.numericValue


stringValue?

optional stringValue: null | string

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

Implementation of

IInThreadSurveyOption.stringValue


textTranslated?

optional textTranslated: null | string

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

Implementation of

IInThreadSurveyOption.textTranslated

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): InThreadSurveyOption

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

Parameters

properties?

IInThreadSurveyOption

Returns

InThreadSurveyOption


decode()

static decode(r, l?): InThreadSurveyOption

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

InThreadSurveyOption


encode()

static encode(m, w?): Writer

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

Parameters

m

IInThreadSurveyOption

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): InThreadSurveyOption

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

Parameters

d

Returns

InThreadSurveyOption


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

InThreadSurveyOption

o?

IConversionOptions

Returns

object