DocSpace-client/web/ASC.Web.Components/src/components/context-menu/README.md

25 lines
608 B
Markdown
Raw Normal View History

# ContextMenu
## Usage
```js
import { ContextMenu } from "asc-web-components";
```
#### Description
ContextMenu is used for a call context actions on a page.
#### Usage
```js
<ContextMenu targetAreaId="rowContainer" options={[]} />
```
#### Properties
| Props | Type | Required | Values | Default | Description |
| -------------- | -------- | :------: | ------ | ------- | ------------------------ |
| `options` | `array` | - | - | - | DropDownItems collection |
| `targetAreaId` | `string` | - | - | - | Id of container apply to |