Beginner question. I used a checkbox component in the editor, the codegen had the following code
export default Object.assign(Checkbox, {
__plumeType: 'checkbox',
})
Is there any documentation about what __plumeType is and why its there? Just curious.