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
d988e568e162
Commit
49d0d572
authored
Oct 07, 2020
by
Fabien Amarger
Browse files
feat: [simpleRender] Add the sparqlEndpointURL parameter
parent
0d83f113adac
Pipeline
#16557
failed with stages
in 1 minute and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/view-impl.ts
View file @
d988e568
...
...
@@ -142,7 +142,11 @@ export interface ViewImplementation {
* The (optional) generateUrl is a function which take an URI as param and export
* the URL for the sparqlexplorer (with all other params thank URI)
*/
generateUrl
?:
(
uri
:
string
)
=>
string
generateUrl
?:
(
uri
:
string
)
=>
string
,
/**
* The (optional) sparql endpoint URL to let the view send a SPARQL query
*/
sparqlEndpointURL
?:
string
,
)
=>
void
;
}
...
...
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