LightningWeb.JobLive.CronSetupComponent (Lightning v2.14.5-pre1)
View SourceA live component for managing cron setup in a form.
The CronSetupComponent
provides an interactive form for configuring cron settings. It includes fields for specifying the frequency, minute, hour, weekday, monthday, and cron expression.
Usage
- Include the
CronSetupComponent
in your live view or template. - Pass the necessary assigns to the component, such as
form
,on_change
, anddisabled
. - Handle the
cron_expression_change
event to capture changes in the form inputs. - Use the updated
cron_expression
in your application logic.