MCPcopy Create free account
hub / github.com/aws/constructs / with

Method with

src/construct.ts:28–28  ·  view source on GitHub ↗

* Applies one or more mixins to this construct. * * Mixins are applied in order. The list of constructs is captured at the * start of the call, so constructs added by a mixin will not be visited. * * @param mixins The mixins to apply * @returns This construct for chaining

(...mixins: IMixin[])

Source from the content-addressed store, hash-verified

26 * @returns This construct for chaining
27 */
28 with(...mixins: IMixin[]): IConstruct;
29}
30
31/**

Callers 2

construct.test.tsFile · 0.65
withMethod · 0.65

Implementers 2

Constructsrc/construct.ts
Nodesrc/construct.ts

Calls

no outgoing calls

Tested by

no test coverage detected