Packages

Elixir/Phoenix admin framework for resources, dashboards, datasets, actions, authorization, and service-owned remote admin surfaces.

Current section

Files

Jump to
incant lib incant dataset drilldown.ex
Raw

lib/incant/dataset/drilldown.ex

defmodule Incant.Dataset.Drilldown do
@moduledoc """
Metadata for a table drilldown path in an analytical dataset.
"""
@type t :: %__MODULE__{dimension: atom, opts: keyword}
defstruct [:dimension, opts: []]
end