%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/plugins/searchwp/assets/javascript/src/Mixins/ |
Current File : //var/www/cwg/wp-content/plugins/searchwp/assets/javascript/src/Mixins/EngineUtils.js |
export const EngineUtils = { methods: { getEngineProperty: function(engineName, propertyName) { return this.$store.state.engines[engineName][propertyName]; }, getEngineSourceProperty: function(engineName, sourceName, propertyName) { return this.$store.state.engines[engineName].sources[sourceName][propertyName]; } } }