Hierarchy

  • StiFileDialogHelper

Index

Properties

Static dataExts

dataExts: List<string> = new List(["xlsx", "xls", "csv", "dbf", "json", "xml", "xsd"])

Static documentExts

documentExts: List<string> = new List(["pdf", "doc", "docx"])

Static fontExts

fontExts: List<string> = new List(["ttf", "otf", "ttc", "eot", "woff"])

Static imageExts

imageExts: List<string> = new List(["gif", "png", "jpeg", "jpg", "bmp", "tiff", "ico", "emf", "wmf", "svg"])

Static reportExts

reportExts: List<string> = new List(["mrt", "mrz", "mdc", "mdz"])

Static textExts

textExts: List<string> = new List(["rtf", "txt"])

Generated using TypeDoc