Incant.Table.Filter (Incant v0.1.1)

Copy Markdown View Source

Metadata for a resource table filter.

Summary

Types

t()

@type t() :: %Incant.Table.Filter{
  name: atom(),
  opts: keyword(),
  query: term(),
  type: atom()
}