@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-16T01:51:28.682Z") @Stability(value=Stable) public interface IResolveContext extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IResolveContext.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPreparing()
True when we are still preparing, false if we're rendering the final output.
|
IConstruct |
getScope()
The scope from which resolution has been initiated.
|
void |
registerPostProcessor(IPostProcessor postProcessor)
Use this postprocessor after the entire token structure has been resolved.
|
Object |
resolve(Object x)
Resolve an inner object.
|
@Stability(value=Stable) Boolean getPreparing()
@Stability(value=Stable) IConstruct getScope()
@Stability(value=Stable) void registerPostProcessor(IPostProcessor postProcessor)
postProcessor - This parameter is required.Copyright © 2020. All rights reserved.