editable

defines whether inline editing is enabled in the vault

boolean editable;

Example

const vault = new dhx.Vault("vault", {
    mode: "grid",
    uploader: {
        target: "https://docs.dhtmlx.com/vault/backend/upload",
    },
    downloadURL: "https://docs.dhtmlx.com",
    editable: true
});


Default value:

true

Related samples

See also
Back to top