Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Properties to string encodings.

Initializer

import { EncodingOptions } from 'cdktn'

const encodingOptions: EncodingOptions = { ... }

Properties

NameTypeDescription
displayHintstringA hint for the Token’s purpose when stringifying it.

displayHintOptional

public readonly displayHint: string;
  • Type: string
  • Default: no display hint
A hint for the Token’s purpose when stringifying it.