Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileOption

Details of a data file

Hierarchy

  • FileOption

Index

Properties

Properties

Optional accept

accept: string

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

Optional desc

desc: string

Provide a description for the entry

Optional name

name: string

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

Optional required

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