Search
Preparing search index...
The search index is not available
Cognite JavaScript SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
RawResolver
Class RawResolver
Hierarchy
RawResolver
Implements
FieldResolver
Index
Constructors
constructor
Properties
column
Name
db
Name
row
Key
table
Name
type
Constructors
constructor
new
Raw
Resolver
(
dbName
:
string
, tableName
:
string
, rowKey
?:
undefined
|
string
, columnName
?:
undefined
|
string
)
:
RawResolver
Parameters
dbName:
string
tableName:
string
Optional
rowKey:
undefined
|
string
Optional
columnName:
undefined
|
string
Returns
RawResolver
Properties
Optional
column
Name
column
Name
:
undefined
|
string
db
Name
db
Name
:
string
Optional
row
Key
row
Key
:
undefined
|
string
table
Name
table
Name
:
string
type
type
:
string
= "raw"
Globals
Raw
Resolver
constructor
column
Name
db
Name
row
Key
table
Name
type