BootstrapUIWidgetBase.ExportTo(format, fileName) Method
In This Article
Exports the widget.
#Declaration
TypeScript
ExportTo(
format: string,
fileName: string
): void
#Parameters
Name | Type | Description |
---|---|---|
format | string | A string specifying the target file format. |
file |
string | A string specifying the file name. |
See Also