Preparing search index...
The search index is not available
@arsonar/client
@arsonar/client
RecordVersion
Class RecordVersion
Hierarchy
SchemaMember
RecordVersion
Index
Constructors
constructor
Properties
[SC]
_fields
_type
built
inner
Accessors
address
deleted
id
key
links
lseq
path
schema
seq
short
Address
timestamp
type
value
Methods
_build
all
Types
fields
get
get
Field
get
Many
get
One
get
Type
has
Field
has
Type
inspect
map
Fields
toJSON
update
Constructors
constructor
new
Record
Version
(
schema
:
Schema
, input
:
RecordVersion
|
WireRecordVersion
)
:
RecordVersion
Parameters
schema:
Schema
input:
RecordVersion
|
WireRecordVersion
Returns
RecordVersion
Properties
[SC]
[SC]
:
Schema
_fields
_fields
:
FieldValueSet
_type
_type
:
string
built
built
:
boolean
= false
inner
inner
:
WireRecordVersion
Accessors
address
get
address
(
)
:
string
Returns
string
deleted
get
deleted
(
)
:
undefined
|
boolean
Returns
undefined
|
boolean
id
get
id
(
)
:
string
Returns
string
key
get
key
(
)
:
undefined
|
string
Returns
undefined
|
string
links
get
links
(
)
:
string
[]
Returns
string
[]
lseq
get
lseq
(
)
:
undefined
|
number
Returns
undefined
|
number
path
get
path
(
)
:
string
Returns
string
schema
get
schema
(
)
:
Schema
Returns
Schema
seq
get
seq
(
)
:
undefined
|
number
Returns
undefined
|
number
short
Address
get
shortAddress
(
)
:
string
Returns
string
timestamp
get
timestamp
(
)
:
string
|
0
Returns
string
|
0
type
get
type
(
)
:
string
Returns
string
value
get
value
(
)
:
RecordValue
Returns
RecordValue
Methods
_build
_build
(
force
?:
boolean
)
:
void
Parameters
force:
boolean
= false
Returns
void
all
Types
all
Types
(
)
:
string
[]
Returns
string
[]
fields
fields
(
)
:
FieldValue
[]
Returns
FieldValue
[]
get
get
(
fieldName
:
string
)
:
any
Parameters
fieldName:
string
Returns
any
get
Field
get
Field
(
fieldName
:
string
)
:
undefined
|
Field
Parameters
fieldName:
string
Returns
undefined
|
Field
get
Many
get
Many
(
fieldName
:
string
)
:
any
[]
Parameters
fieldName:
string
Returns
any
[]
get
One
get
One
(
fieldName
:
string
)
:
any
Parameters
fieldName:
string
Returns
any
get
Type
get
Type
(
)
:
undefined
|
Type
Returns
undefined
|
Type
has
Field
has
Field
(
fieldName
:
string
)
:
boolean
Parameters
fieldName:
string
Returns
boolean
has
Type
has
Type
(
typeAddress
:
string
)
:
boolean
Parameters
typeAddress:
string
Returns
boolean
inspect
inspect
(
_depth
:
number
, opts
?:
InspectOptions
)
:
string
Parameters
_depth:
number
opts:
InspectOptions
= ...
Returns
string
map
Fields
map
Fields
(
name
:
string
, fn
:
(
(
field
:
any
)
=>
void
)
)
:
void
[]
Parameters
name:
string
fn:
(
(
field
:
any
)
=>
void
)
(
field
:
any
)
:
void
Parameters
field:
any
Returns
void
Returns
void
[]
toJSON
toJSON
(
)
:
{
deleted
:
undefined
|
boolean
;
id
:
string
;
key
:
undefined
|
string
;
links
:
string
[]
;
lseq
:
undefined
|
number
;
seq
:
undefined
|
number
;
timestamp
:
string
|
number
;
type
:
string
;
value
:
RecordValue
}
Returns
{
deleted
:
undefined
|
boolean
;
id
:
string
;
key
:
undefined
|
string
;
links
:
string
[]
;
lseq
:
undefined
|
number
;
seq
:
undefined
|
number
;
timestamp
:
string
|
number
;
type
:
string
;
value
:
RecordValue
}
deleted
:
undefined
|
boolean
id
:
string
key
:
undefined
|
string
links
:
string
[]
lseq
:
undefined
|
number
seq
:
undefined
|
number
timestamp
:
string
|
number
type
:
string
value
:
RecordValue
update
update
(
inputForNextValue
:
RecordValue
)
:
RecordVersion
Parameters
inputForNextValue:
RecordValue
Returns
RecordVersion
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
@arsonar/client
Record
Version
constructor
[SC]
_fields
_type
built
inner
address
deleted
id
key
links
lseq
path
schema
seq
short
Address
timestamp
type
value
_build
all
Types
fields
get
get
Field
get
Many
get
One
get
Type
has
Field
has
Type
inspect
map
Fields
toJSON
update
Generated using
TypeDoc