Preparing search index...
The search index is not available
wappsto-wapp
wappsto-wapp
IOntologyEdgeFunc
Interface IOntologyEdgeFunc
interface
IOntologyEdgeFunc
{
constructor
()
:
void
;
fetch
(
parameters
:
FetchRequest
)
:
Promise
<
IOntologyEdge
[]
>
;
fetchById
(
id
:
string
)
:
Promise
<
undefined
|
IOntologyEdge
>
;
}
Index
Methods
constructor
fetch
fetch
By
Id
Methods
constructor
constructor
()
:
void
Returns
void
fetch
fetch
(
parameters
:
FetchRequest
)
:
Promise
<
IOntologyEdge
[]
>
Parameters
parameters
:
FetchRequest
Returns
Promise
<
IOntologyEdge
[]
>
fetch
By
Id
fetchById
(
id
:
string
)
:
Promise
<
undefined
|
IOntologyEdge
>
Parameters
id
:
string
Returns
Promise
<
undefined
|
IOntologyEdge
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
constructor
fetch
fetch
By
Id
wappsto-wapp
Loading...