Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module defines an attribute that allows you to include additional values in a request https://github.com/bigskysoftware/htmx-extensions/blob/main/src/include-vals/README.md
Synopsis
- includeVals_ :: Text -> Attribute
Documentation
includeVals_ :: Text -> Attribute Source #
https://github.com/bigskysoftware/htmx-extensions/blob/main/src/include-vals/README.md The value of this attribute is one or more name/value pairs, which will be evaluated as the fields in a javascript object literal. i.e. "included:true, computed: computeValue()"