@wcauchois/program-builder > ProgramWithAction

ProgramWithAction class

Signature:
export default class ProgramWithAction<T> extends Program<T>

Constructors

ConstructorModifiersDescription
(constructor)(options, action)Constructs a new instance of the
ProgramWithAction
class

Properties

PropertyModifiersTypeDescription
actionProgramMain<T>