The instantiation options for a CSV toolbar.

interface IOptions {
    translator?: ITranslator;
    widget: CSVViewer;
}

Properties

Properties

translator?: ITranslator

The application language translator.

widget: CSVViewer

Document widget for this toolbar