addon-reminder-body
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
addonReminderInfoFromParent |
-- | { name: string; description: string; hour: string; minute: string; duration: string; date: string; } |
undefined |
|
date |
date |
string |
undefined |
|
descriptionText |
description-text |
string |
undefined |
|
duration |
duration |
string |
undefined |
|
hours |
hours |
string |
undefined |
|
minutes |
minutes |
string |
undefined |
|
reminderDoneValue |
reminder-done-value |
boolean |
false |
|
state |
state |
States.create | States.edit | States.view |
undefined |
|
withoutFooter |
without-footer |
boolean |
undefined |
Events
Event | Description | Type |
---|---|---|
addonReminderInfoFromBodyEmitter |
CustomEvent<{ description: string; hour: string; minute: string; duration: string; date: string; }> |
Dependencies
Used by
Depends on
Graph
graph TD;
sw-addon-reminder-body --> sw-description-input
sw-addon-reminder-body --> sw-input-select
sw-description-input --> sw-obligatory-field
sw-addon-reminder --> sw-addon-reminder-body
style sw-addon-reminder-body fill:#f9f,stroke:#333,stroke-width:4px
Built with love!