PrintOptions

data class PrintOptions(val header: String? = null, val headerStyle: String? = null, val maxWidth: Int? = null, val css: String? = null, val style: String? = null, val scanStyles: Boolean? = null, val targetStyle: List<String>? = null, val targetStyles: List<String>? = null, val ignoreElements: List<String>? = null, val properties: List<dynamic>? = null, val gridHeaderStyle: String? = null, val gridStyle: String? = null, val repeatTableHeader: Boolean? = null, val showModal: Boolean? = null, val modalMessage: String? = null, val onLoadingStart: () -> Unit? = null, val onLoadingEnd: () -> Unit? = null, val documentTitle: String? = null, val fallbackPrintable: dynamic = null, val onPdfOpen: () -> Unit? = null, val onPrintDialogClose: () -> Unit? = null, val onError: (e: Error) -> Unit? = null, val base64: Boolean? = null)(source)

Print options.

Constructors

Link copied to clipboard
constructor(header: String? = null, headerStyle: String? = null, maxWidth: Int? = null, css: String? = null, style: String? = null, scanStyles: Boolean? = null, targetStyle: List<String>? = null, targetStyles: List<String>? = null, ignoreElements: List<String>? = null, properties: List<dynamic>? = null, gridHeaderStyle: String? = null, gridStyle: String? = null, repeatTableHeader: Boolean? = null, showModal: Boolean? = null, modalMessage: String? = null, onLoadingStart: () -> Unit? = null, onLoadingEnd: () -> Unit? = null, documentTitle: String? = null, fallbackPrintable: dynamic = null, onPdfOpen: () -> Unit? = null, onPrintDialogClose: () -> Unit? = null, onError: (e: Error) -> Unit? = null, base64: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val css: String?
Link copied to clipboard
Link copied to clipboard
val fallbackPrintable: dynamic
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val onError: (e: Error) -> Unit?
Link copied to clipboard
val onLoadingEnd: () -> Unit?
Link copied to clipboard
val onLoadingStart: () -> Unit?
Link copied to clipboard
val onPdfOpen: () -> Unit?
Link copied to clipboard
Link copied to clipboard
val properties: List<dynamic>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard