properties

abstract fun properties(includeNested: Boolean = true): List<KoPropertyDeclaration>

The properties present in the scope.

Return

a list of KoPropertyDeclaration representing the properties in the scope.

Parameters

includeNested

specifies whether to include nested properties, by default true.