Share via


StyleTextOptions interface

Properties

stream

A stream that will be validated if it can be colored.

validateStream

When true, stream is checked to see if it can handle colors.

Property Details

stream

A stream that will be validated if it can be colored.

stream?: WritableStream

Property Value

WritableStream

validateStream

When true, stream is checked to see if it can handle colors.

validateStream?: boolean

Property Value

boolean