Implements
Constructors
new ProductSection()
new ProductSection(Defined in: WAProto/index.d.ts:7232p?):ProductSection
Parameters
p?
IProductSection
Returns
ProductSection
Properties
products
products: IProduct[]
Defined in: WAProto/index.d.ts:7234
Implementation of
IProductSection.products
title?
Defined in: WAProto/index.d.ts:7233optionaltitle:null|string
Implementation of
IProductSection.title
Methods
create()
Defined in: WAProto/index.d.ts:7235staticcreate(properties?):ProductSection
Parameters
properties?
IProductSection
Returns
ProductSection
decode()
Defined in: WAProto/index.d.ts:7237staticdecode(r,l?):ProductSection
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
ProductSection
encode()
Defined in: WAProto/index.d.ts:7236staticencode(m,w?):Writer
Parameters
m
IProductSection
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:7238staticfromObject(d):ProductSection
Parameters
d
Returns
ProductSection
getTypeUrl()
Defined in: WAProto/index.d.ts:7241staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:7240
Returns
object
toObject()
Defined in: WAProto/index.d.ts:7239statictoObject(m,o?):object
Parameters
m
ProductSection
o?
IConversionOptions
Returns
object