React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
modular
VectorValue
Class VectorValue
Index
Constructors
constructor
Methods
is
Equal
to
Array
to
JSON
from
JSON
Properties
_
values
_
json
Schema
_
json
Schema
Version
Constructors
constructor
new
VectorValue
(
values
?:
number
[]
)
:
VectorValue
Parameters
Optional
values
:
number
[]
Returns
VectorValue
Methods
is
Equal
isEqual
(
other
:
VectorValue
)
:
boolean
Parameters
other
:
VectorValue
Returns
boolean
to
Array
toArray
()
:
number
[]
Returns
number
[]
to
JSON
toJSON
()
:
{
type
:
string
;
vectorValues
:
number
[]
}
Returns
{
type
:
string
;
vectorValues
:
number
[]
}
Static
from
JSON
fromJSON
(
json
:
object
)
:
VectorValue
Parameters
json
:
object
Returns
VectorValue
Properties
_
values
_values
:
number
[]
Static
_
json
Schema
_jsonSchema
:
{
type
:
string
;
vectorValues
:
string
}
= ...
Static
_
json
Schema
Version
_jsonSchemaVersion
:
string
= 'firestore/vectorValue/1.0'
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
is
Equal
to
Array
to
JSON
from
JSON
Properties
_
values
_
json
Schema
_
json
Schema
Version
Documentation
GitHub
npm
React Native Firebase
Loading...