@synbee-webcomponents/sw-action-header
v2.0.18
Published
sw-action-header is a web-component from Synbee Webcomponents Library, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.
Keywords
Readme
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
- sw-input-text
- mds-text
- sw-options-menu
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:4pxBuilt with love!
