# EventBusAttachOptions

## Content

# Type Alias: EventBusAttachOptions

```ts
type EventBusAttachOptions = object;
```

Event handler attach options.

## Properties

### once?

```ts
optional once: boolean;
```

Listen to the event once.
