@robbiemu/handy-typescript

@robbiemu/handy-typescript / Modules / DummyableConfig

Interface: DummyableConfig

the config interface

Table of contents

Properties

Properties

factoryResponse

factoryResponse: DummyableFactoryResponse

compile-time function that can replace the underlying method

Defined in

src/decorators/dummyable.decorator.ts:63


override

Optional override: boolean

conpile-time property to determine execution of dummyable vs the underlying method

Defined in

src/decorators/dummyable.decorator.ts:57