View Source LightningWeb.JobLive.CronSetupComponent (Lightning v2.10.4)
A 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.
Summary
Functions
Attributes
id
(:string
) (required)form
(:map
) (required)on_change
(:any
) (required)disabled
(:boolean
) (required)