LazyStringValueOptions
Options for creating a lazy string token.
Initializer
import { LazyStringValueOptions } from '@alicloud/ros-cdk-core'
const lazyStringValueOptions: LazyStringValueOptions = { ... }
Properties
Name | Type | Description |
---|---|---|
displayHint |
string |
Use the given name as a display hint. |
displayHint
Optional
public readonly displayHint: string;
- Type: string
- Default: No hint
Use the given name as a display hint.