View Source Philtre.Block.List (philtre v0.12.1)

Implements a list block

Currently, the only supported form is the 1-level unordered list

Link to this section Summary

Link to this section Types

@type t() :: %Philtre.Block.List{id: term(), items: term(), kind: term()}

Link to this section Functions

Link to this function

handle_event(binary, attrs, socket)

View Source
@spec merge(t(), Philtre.Block.ContentEditable.t()) :: t()