Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
1ad8b431e02b
Commit
80575160
authored
Nov 20, 2020
by
Fabien Amarger
Browse files
feat(view): Add view and sparqlview interface
parent
2daebae1d985
Pipeline
#21537
failed with stages
in 1 minute and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/index.ts
0 → 100644
View file @
1ad8b431
export
interface
SparqlView
{
renderSparql
:
(
domElement
:
HTMLElement
,
uri
:
string
,
endpoint
:
string
)
=>
void
;
priorityForSparql
:
(
uri
:
string
,
endpoint
:
string
)
=>
Promise
<
number
>
;
}
export
type
View
=
SparqlView
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment