# terminalControlArgNames

Source: /tuil/docs/reference/packages/story/api/terminal-control-arg-names
Locale: en

constant exported by @mwillbanks/tuil-story.



{/* Generated by tooling/docs/generate-reference.ts. */}

## constant [#constant]

Public constant exported by `@mwillbanks/tuil-story`.

```ts
export const terminalControlArgNames: Readonly<{ readonly width: "terminalWidth"; readonly height: "terminalHeight"; readonly colorDepth: "terminalColorDepth"; readonly unicode: "terminalUnicode"; readonly theme: "terminalTheme"; readonly platform: "terminalPlatform"; readonly interactive: "terminalInteractive"; readonly reducedMotion: "terminalReducedMotion"; readonly mouse: "terminalMouse"; readonly hyperlinks: "terminalHyperlinks"; }>;
```

## Members [#members]

This declaration has no public members.

## Parameters [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/story/src/browser.tsx)

## Package [#package]

[@mwillbanks/tuil-story](/tuil/docs/reference/packages/story)
