HtmxConfig
constructor(historyEnabled: Boolean? = null, historyCacheSize: Int? = null, refreshOnHistoryMiss: Boolean? = null, defaultSwapStyle: HxSwap? = null, defaultSwapDelay: Duration? = null, defaultSettleDelay: Duration? = null, includeIndicatorStyles: Boolean? = null, indicatorClass: String? = null, requestClass: String? = null, addedClass: String? = null, settlingClass: String? = null, swappingClass: String? = null, allowEval: Boolean? = null, allowScriptTags: Boolean? = null, inlineScriptNonce: String? = null, attributesToSettle: Collection<String>? = null, wsReconnectDelay: String? = null, wsBinaryType: WsBinaryType? = null, disableSelector: List<String>? = null, withCredentials: Boolean? = null, timeout: Duration? = null, scrollBehavior: HxScrollBehaviour? = null, defaultFocusScroll: Boolean? = null, getCacheBusterParam: Boolean? = null, globalViewTransitions: Boolean? = null, methodsThatUseUrlParams: Collection<HttpVerb>? = null, selfRequestsOnly: Boolean? = null, ignoreTitle: Boolean? = null, scrollIntoViewOnBoost: Boolean? = null, triggerSpecsCache: String? = null, allowNestedOobSwaps: Boolean? = null, responseHandling: Collection<HtmxConfig.ResponseHandling>? = null)(source)