JSFiddle - React, Tailwind, and code Playground
JavaScript
Cadastro = {
"descricao" : "Novo usuário",
"editando" : false,
"__init" : function ()
{
alert(this.editando)
this.titulo = this.editando ? "Editar" : "Novo";
return this;
}
}.__init()