Skip to main content

SpreadsheetImportWizard

Note: this document is automatically generated from mobx-state-tree objects in our source code. See Core concepts and intro to pluggable elements for more info

Source file

plugins/spreadsheet-view/src/SpreadsheetView/models/ImportWizard.ts

SpreadsheetImportWizard - Properties

property: fileType

// type signature
IOptionalIType<ISimpleType<string>, [undefined]>
// code
fileType: types.optional(types.enumeration(fileTypes), 'CSV')

property: hasColumnNameLine

// type signature
true
// code
hasColumnNameLine: true

property: columnNameLineNumber

// type signature
number
// code
columnNameLineNumber: 1

property: selectedAssemblyName

// type signature
IMaybe<ISimpleType<string>>
// code
selectedAssemblyName: types.maybe(types.string)