Setting panel openOn

Open panels on the left, right, top or bottom side using the openOn option:

const panel = this.$showPanel({
    component: "panel-1",
    openOn: '{{ this.openOn }}',
    props: {}
});