# EmitOptions (/docs/api/interfaces/EmitOptions)



Defined in: [packages/core/src/emit.ts:5](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/emit.ts#L5)

## Properties [#properties]

### coercion? [#coercion]

```ts
optional coercion?: CoercionMode;
```

Defined in: [packages/core/src/emit.ts:11](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/emit.ts#L11)

YAML 1.1 coercion-trap handling. `fix` (default) single-quotes trap scalars.

***

### fileName? [#filename]

```ts
optional fileName?: string;
```

Defined in: [packages/core/src/emit.ts:9](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/emit.ts#L9)

Source file name, referenced in the banner.

***

### header? [#header]

```ts
optional header?: boolean;
```

Defined in: [packages/core/src/emit.ts:7](https://github.com/austenstone/actio/blob/2b01e694a0f76521d8c073f3c6a2e48917d2c9d9/packages/core/src/emit.ts#L7)

Prepend the "generated by Actio" banner. Default true.


## Sitemap

Browse the full documentation: [Markdown sitemap](https://austenstone.github.io/actio/sitemap.md) · [XML sitemap](https://austenstone.github.io/actio/sitemap.xml)