Closed nicolasderoche closed 4 years ago
This looks good. I tested the demo and saw some warnings and errors on ng serve
related to circular source file mapping dependencies and ngcc backup files. These might be local to my environment though I was pretty sure I had started with a clean slate.
Story
In order to have access to Spotfire Properties, this API may provide a way to list them, get/set value for one of them.
Changes
Expose
document: SpotfireDocument
that handles the methodsgetDocumentProperties$()
,getDocumentProperty$(propertyName:string)
andsetDocumentProperty((propertyName: string, value: string | string[])
Tests
A new
demo3
shall be added to illustrate the use.