AshSDUI.Components.StreamList (ash_sdui v0.2.0)

Copy Markdown View Source

Generic live collection renderer for append/merge/remove runtime bindings.

Summary

Functions

render(assigns)

Attributes

  • records (:list) - Defaults to [].
  • items (:list) - Defaults to nil.
  • bound_value (:any) - Defaults to nil.
  • title (:string) - Defaults to nil.
  • empty_title (:string) - Defaults to "No items".
  • empty_body (:string) - Defaults to nil.
  • binding_name (:atom) - Defaults to :collection.
  • state (:any) - Defaults to nil.
  • class (:string) - Defaults to nil.