On this pagedatasetMutatable() const datasetMutatable: (obj) => boolean Extract the mutability flag from a dataset. Parameters obj AnyDataset Returns boolean boolean indicating if dataset can be modified Example const canMutate = datasetMutatable(dataset);