getConfiguration: function()

in src/main/resources/META-INF/resources/components/classic.js [53:59]


        getConfiguration: function (event) {
            axios.get('/configuration')
                .then(response => {
                    this.kameleon = response.data;
                    this.changeType();
                })
        },