list

abstract fun list(path: String): List<Decorator>

Returns all decorators currently attached to the target identified by path.

Return

The list of decorators, or an empty list if the path cannot be resolved (with an error reported via ErrorHandler).

Parameters

path

Slash-separated path identifying a field, row, or column.