PainWeb.Components.Schedule (pain v0.1.0)

Copy Markdown

Properties

  • id :string, required: true - The id of the live component (required by LiveView for stateful components).

  • service_keys :list, default: []

  • employee_keys :list, default: []

  • day :string, required: true

Events

  • schedule, required: true

Summary

Functions

mount(socket)

Callback implementation for Phoenix.LiveComponent.mount/1.

render(assigns)

Callback implementation for Phoenix.LiveComponent.render/1.

update(assigns, socket)

Callback implementation for Phoenix.LiveComponent.update/2.