defines whether inline editing is enabled in the vault
const vault = new dhx.Vault("vault", {
mode: "grid",
uploader: {
target: "https://docs.dhtmlx.com/vault/backend/upload",
},
downloadURL: "https://docs.dhtmlx.com",
editable: true
});