ucbuilder
Version:
For Developing Applications with multiple form/usercontrols etc.. In Single BrowserWindow...
36 lines (35 loc) • 765 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.rootPathRow = exports.replaceTextRow = exports.rootDirectoryOf = void 0;
exports.rootDirectoryOf = {
outDir: "/",
rootDir: "",
};
exports.replaceTextRow = {
id: 0,
originalFinderText: "",
textToFind: "",
replaceWith: "",
cssVars: [],
};
exports.rootPathRow = {
id: -1,
path: '',
alices: '',
index: -1,
outputDirectory: '',
pathType: "none",
isAlreadyFullPath: false,
location: {
outDir: "/",
rootDir: "",
},
tInfo: {
id: 0,
originalFinderText: "",
textToFind: "",
replaceWith: "",
cssVars: [],
},
cssVars: [],
};