Implements
Constructors
new RecordStructure()
new RecordStructure(Defined in: WAProto/index.d.ts:10671p?):RecordStructure
Parameters
p?
IRecordStructure
Returns
RecordStructure
Properties
currentSession?
Defined in: WAProto/index.d.ts:10672optionalcurrentSession:null|ISessionStructure
Implementation of
IRecordStructure.currentSession
previousSessions
previousSessions: ISessionStructure[]
Defined in: WAProto/index.d.ts:10673
Implementation of
IRecordStructure.previousSessions
Methods
create()
Defined in: WAProto/index.d.ts:10674staticcreate(properties?):RecordStructure
Parameters
properties?
IRecordStructure
Returns
RecordStructure
decode()
Defined in: WAProto/index.d.ts:10676staticdecode(r,l?):RecordStructure
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
RecordStructure
encode()
Defined in: WAProto/index.d.ts:10675staticencode(m,w?):Writer
Parameters
m
IRecordStructure
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:10677staticfromObject(d):RecordStructure
Parameters
d
Returns
RecordStructure
getTypeUrl()
Defined in: WAProto/index.d.ts:10680staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:10679
Returns
object
toObject()
Defined in: WAProto/index.d.ts:10678statictoObject(m,o?):object
Parameters
m
RecordStructure
o?
IConversionOptions
Returns
object