Lightning.FailureNotifierView (Lightning v2.13.5-pre)

View Source

Summary

Functions

The resource name, as an atom, for this view

Renders the given template locally.

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Functions

__resource__()

The resource name, as an atom, for this view

failure_alert.html(assigns)

render(template, assigns \\ %{})

Renders the given template locally.

template_not_found(template, assigns)

@spec template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.