Interface RecOptions

Record options.

Hierarchy

  • RecOptions

Properties

append?: boolean

Append to file? (false)

command?: string

Command to record. (cat ${input} | node -i)

env?: string

Environment variables.

idleTimeLimit?: number

Maximum idle tile.

input?: string

Input javascript file.

overwrite?: boolean

Overwrite existing file? (true)

raw?: boolean

Save in raw format? (false)

title?: string

File title.

Generated using TypeDoc