BerniWittmann/cape-frontend

View on GitHub
docs/components/ContextType.md

Summary

Maintainability
Test Coverage
# ContextType

Renders a Single Context Type

## Props

<!-- @vuese:ContextType:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|contextType|The Context Type Object|`Object`|`true`|-|
|closable|Option whether the Context Type can be deleted or not|`Boolean`|`false`|false|

<!-- @vuese:ContextType:props:end -->


## Events

<!-- @vuese:ContextType:events:start -->
|Event Name|Description|Parameters|
|---|---|---|
|close|Fired when the close button of the Context Type was clicked|-|

<!-- @vuese:ContextType:events:end -->