synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
47 lines (46 loc) • 1.04 kB
JavaScript
const o = "First line is the columns names.", n = "Include row metadata (Row Id and Row Version).", e = "Comma Separated Values (CSV)", t = "Tab Separated Values (TSV)", s = {
type: "object",
properties: {
"File Type": {
type: "string",
oneOf: [
{
const: e,
title: e
},
{
const: t,
title: t
}
]
},
Contents: {
type: "array",
title: "Contents",
items: {
type: "string",
enum: [o, n]
},
uniqueItems: !0
}
}
}, i = {
"File Type": {
"ui:widget": "radio"
},
Contents: {
"ui:widget": "checkboxes"
}
}, r = {
description: "File is ready for download. Select the download button to download the file.",
type: "object"
}, a = {}, c = [s, r], d = [i, a];
export {
e as csvOption,
c as formSchemaArray,
d as formSchemaUIArray,
n as includeRowIdAndRowVersionOption,
t as tsvOption,
o as writeHeaderOption
};
//# sourceMappingURL=ModalDownload.FormSchema.js.map