Incant. Service. Index
(incant v0.1.0)
Copy Markdown
Request to index an Incant surface.
Summary
Types
@type t() :: %Incant.Service.Index{ context: map(), params: table_state(), surface_id: String.t() }
@type table_state() :: %{ optional(:page) => pos_integer() | String.t(), optional(:page_size) => pos_integer() | String.t(), optional(:search) => String.t(), optional(:sort) => String.t(), optional(:filters) => map() }