# FullEventconfig

## Definition

```tsx
interface FullEventconfig {
    events: EventConfig[];
    sharedCallback?: never;
}
```

## Usage

```tsx
import { FullEventconfig } from 'uxp/components';
```

## Related Types

* [EventConfig](https://help.iviva.com/uxp/v5/additional-resources/types/eventconfig)
