ecto_playlist

v0.0.3

  • Pages
  • Modules

    ecto_playlist v0.0.3 EctoPlaylist.ListItem View Source

    Link to this section Summary

    Functions

    insert_at(order_list, list_item, index)
    insert_at_reject(order_list, list_item, index)
    move_higher(list, index)
    move_lower(list, index)
    move_to_bottom(list, index)
    move_to_top(list, index)
    remove_from_list(list, index)

    Link to this section Functions

    Link to this function

    insert_at(order_list, list_item, index) View Source

    Link to this function

    insert_at_reject(order_list, list_item, index) View Source

    Link to this function

    move_higher(list, index) View Source

    Link to this function

    move_lower(list, index) View Source

    Link to this function

    move_to_bottom(list, index) View Source

    Link to this function

    move_to_top(list, index) View Source

    Link to this function

    remove_from_list(list, index) View Source

    Built using ExDoc (v0.20.2), designed by Friedel Ziegelmayer for the Elixir programming language.