Skip to main content
Defined in: WAProto/index.d.ts:7269

Implements

Constructors

new Section()

new Section(p?): Section
Defined in: WAProto/index.d.ts:7270

Parameters

p?
ISection

Returns

Section

Properties

rows

rows: IRow[]
Defined in: WAProto/index.d.ts:7272

Implementation of

ISection.rows

title?

optional title: null | string
Defined in: WAProto/index.d.ts:7271

Implementation of

ISection.title

Methods

create()

static create(properties?): Section
Defined in: WAProto/index.d.ts:7273

Parameters

properties?
ISection

Returns

Section

decode()

static decode(r, l?): Section
Defined in: WAProto/index.d.ts:7275

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

Section

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:7274

Parameters

m
ISection
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): Section
Defined in: WAProto/index.d.ts:7276

Parameters

d

Returns

Section

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:7279

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:7278

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:7277

Parameters

m
Section
o?
IConversionOptions

Returns

object