miso
Copyright(C) 2016-2026 David M. Johnson
LicenseBSD3-style (see the file LICENSE)
MaintainerDavid M. Johnson <code@dmj.io>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Miso.Native.X.Element.BlurView.Property

Description

 
Synopsis

Property

androidCaptureTarget_ :: MisoString -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#android-capture-target

  • Android 3.9+*. The raw id of the Android Lynx view to capture and blur.

blurEffect_ :: BlurEffect -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#blur-effect

  • iOS* only. Controls brightness of the blurred area; glass variants apply material effects.
blurEffect_ BlurDark

Default Value: BlurLight

blurRadius_ :: MisoString -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#blur-radius

Gaussian blur radius specification.

Default Value: "0px"

blurSampling_ :: Int -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#blur-sampling

  • Android* only. Downsampling ratio for performance optimization.

Default Value: 6

enableAutoBlur_ :: Bool -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#enable-auto-blur

  • Android* only. Automatic blur update toggle.

Default Value: True

glassInteractive_ :: Bool -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#glass-interactive

  • iOS 3.8+*. Enables interactive glass effect behavior.

Default Value: False

glassStyle_ :: GlassStyle -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#glass-style

  • iOS 3.8+*. Glass effect visual appearance.
glassStyle_ GlassClear

Default Value: GlassRegular

glassTintColor_ :: MisoString -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#glass-tint-color

  • iOS 3.8+*. Tint color applied to the glass effect.

Default Value: "transparent"

spacing_ :: Int -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/blur-view.html#spacing

  • iOS* only. Distance threshold for element merging.

Default Value: 0

Types

data BlurEffect Source #

The blur/material effect of a <blur-view> (iOS), used by blurEffect_.

data GlassStyle Source #

The glass effect appearance of a <blur-view> (iOS), used by glassStyle_.

Constructors

GlassClear 
GlassRegular