wegue-oss / wegue

Template and components for webmapping applications with OpenLayers and Vue.js
BSD 2-Clause "Simplified" License
93 stars 41 forks source link

Document global app properties #376

Open chrismayer opened 2 months ago

chrismayer commented 2 months ago

Since we are using global / app-wide properties, e.g. to access the application-config (Vue.prototype.$appConfig), we should think about documenting them. Other ones are $map, $isEmbedded,$appLanguage and cmpLookup. But this would imply to define which are defined for private use only and which ones would be considered as public API.

KUDOS to @sronveaux, who spotted this in #356.