DOM.SVG.HTMLOrSVGElement protocol (dom_svg v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %{
  dataset: map(),
  nonce: binary(),
  autofocus: boolean(),
  tab_index: integer()
}

Link to this section Functions

Link to this function

blur(html_or_svg_element)

@spec blur(t()) :: t()
Link to this function

focus(html_or_svg_element, opts \\ %{})

@spec focus(t(), opts :: map()) :: t()