**[node-pixel-async](../README.md)**

> [Globals](../globals.md) / ["types"](../modules/_types_.md) / BaseStripOptions

# Interface: BaseStripOptions

## Hierarchy

* **BaseStripOptions**

  ↳ [BackpackOptions](_types_.backpackoptions.md)

  ↳ [FirmataOptions](_types_.firmataoptions.md)

## Index

### Properties

* [board](_types_.basestripoptions.md#board)
* [color\_order](_types_.basestripoptions.md#color_order)
* [controller](_types_.basestripoptions.md#controller)
* [firmata](_types_.basestripoptions.md#firmata)
* [gamma](_types_.basestripoptions.md#gamma)
* [length](_types_.basestripoptions.md#length)
* [whiteCap](_types_.basestripoptions.md#whitecap)

## Properties

### board

• `Optional` **board**: JohnnyBoard

*Defined in [lib/types.ts:81](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L81)*

___

### color\_order

• `Optional` **color\_order**: *typeof* [GRB](../modules/_constants_.md#grb) \| *typeof* [BRG](../modules/_constants_.md#brg) \| *typeof* [RGB](../modules/_constants_.md#rgb)

*Defined in [lib/types.ts:79](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L79)*

___

### controller

• `Optional` **controller**: \"FIRMATA\" \| \"I2CBACKPACK\"

*Defined in [lib/types.ts:82](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L82)*

___

### firmata

• `Optional` **firmata**: Board

*Defined in [lib/types.ts:80](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L80)*

___

### gamma

•  **gamma**: number

*Defined in [lib/types.ts:77](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L77)*

___

### length

• `Optional` **length**: undefined \| number

*Defined in [lib/types.ts:78](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L78)*

___

### whiteCap

• `Optional` **whiteCap**: [[ChannelTransformRequest](_types_.channeltransformrequest.md), [ChannelTransformRequest](_types_.channeltransformrequest.md), [ChannelTransformRequest](_types_.channeltransformrequest.md)]

*Defined in [lib/types.ts:83](https://github.com/hweeks/node-pixel-async/blob/c53dd89/lib/types.ts#L83)*
