Meeseeks.Result.dataset

You're seeing just the function dataset, go back to Meeseeks.Result module for more information.

Specs

dataset(t()) :: %{optional(String.t()) => String.t()} | nil

Returns a map of result's data attributes, or nil if result represents a node without attributes.

Behaves like HTMLElement.dataset; only valid data attributes are included, and attribute names have "data-" removed and are converted to camelCase.

See: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/dataset