sw-action-header
Properties
Property |
Attribute |
Description |
Type |
Default |
creationDate |
creation-date |
|
`Date \ |
string` |
undefined |
editDate |
edit-date |
|
`Date \ |
string` |
undefined |
status |
status |
|
`States.create \ |
States.edit \ |
States.view` |
undefined |
title |
title |
|
string |
undefined |
Events
Event |
Description |
Type |
emitChangeState |
|
CustomEvent<{ state: States; mode: string; previousState: States; }> |
emitCloseAction |
|
CustomEvent<void> |
emitDeleteAction |
|
CustomEvent<void> |
emitInternalCloseAction |
|
CustomEvent<boolean> |
emitTitle |
|
CustomEvent<string> |
Dependencies
Used by
Depends on
Graph
graph TD;
sw-action-header --> sw-input-text
sw-action-header --> mds-text
sw-action-header --> sw-options-menu
sw-input-text --> mds-text
sw-inspection --> sw-action-header
style sw-action-header fill:#f9f,stroke:#333,stroke-width:4px
Built with love!