Skip to content

IInspectable

Interface for examining a construct and exposing metadata.

Methods

Name Description
inspect Examines construct.

inspect

def inspect(
  inspector: TreeInspector
) -> None

Examines construct.

inspectorRequired

tree inspector to collect and process attributes.