g3-toolkit API Reference
Preparing search index...
core/src
EdgeInput
Interface EdgeInput
Input for adding an edge.
interface
EdgeInput
{
asserted
?:
boolean
;
confidence
?:
number
;
properties
?:
PropertyMap
;
provenance_iri
?:
string
;
temporal_end
?:
string
;
temporal_start
?:
string
;
type
:
string
;
}
Index
Properties
asserted?
confidence?
properties?
provenance_
iri?
temporal_
end?
temporal_
start?
type
Properties
Optional
asserted
asserted
?:
boolean
Optional
confidence
confidence
?:
number
Optional
properties
properties
?:
PropertyMap
Optional
provenance_
iri
provenance_iri
?:
string
Optional
temporal_
end
temporal_end
?:
string
Optional
temporal_
start
temporal_start
?:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
asserted
confidence
properties
provenance_
iri
temporal_
end
temporal_
start
type
g3-toolkit API Reference
Loading...
Input for adding an edge.