Options
All
  • Public
  • Public/Protected
  • All
Menu

Details of a data file

Hierarchy

  • FileOption

Index

Properties

accept?: string

The accept attribute of the file input element. See https://www.w3schools.com/tags/att_input_accept.asp

desc?: string

Provide a description for the entry

name?: string

Provide a name to display in WebUI. If not provided, WebUI will use filename as the label.

required?: boolean

Whether the file is required for the plugin to work, defaults to false.

Note that this only provides visual hint for the file in WebUI.

Generated using TypeDoc