包详细信息

@synbee-webcomponents/sw-action-header

pietro.susca97MIT2.0.18

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.

自述文件

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!