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.

Converts all fragments to strings and concats those. Drops ‘undefined’s.

Initializers

import cdktn

cdktn.StringConcat()
NameTypeDescription

Methods

NameDescription
joinConcatenates string fragments.

join

def join(
  left: typing.Any,
  right: typing.Any
) -> typing.Any
Concatenates string fragments.

leftRequired

  • Type: typing.Any

rightRequired

  • Type: typing.Any