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