Hey everyone i want to send data(counterBtn) to msg.payload
this.counterBtn = this.counterBtn + 1
uibuilder.onChange( {
'payload': {
'type': 'counterBtn',
'btnCount': this.counterBtn,
'message': this.inputText,
'inputChkBox': this.inputChkBox
}
} )