mendraw/mendix/icon

Provides typed access to Mendix web icons.

Types

A typed IconType value used by the icon capability.

pub type IconType {
  Glyph
  Image
  IconFont
}

Constructors

  • Glyph

    The Glyph variant.

  • Image

    The Image variant.

  • IconFont

    The IconFont variant.

A typed WebIcon value used by the icon capability.

pub type WebIcon

Values

pub fn icon_class(icon icon: WebIcon) -> String

Returns the icon font class.

pub fn icon_type(icon icon: WebIcon) -> IconType

Returns the typed icon kind.

pub fn icon_url(icon icon: WebIcon) -> String

Returns the icon image URL.

Search Document