Interface IReverseOptions
Options for the 'reverse()' operation.
public interface IReverseOptions
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var reverseOptions = new ReverseOptions {
FailConcat = false
};
Remarks
ExampleMetadata: fixture=_generated
Properties
FailConcat
Fail if the given string is a concatenation.
bool? FailConcat { get; }
Property Value
- bool?
Remarks
If false
, just return undefined
.
Default: true