DocumentTargetProperty

data class DocumentTargetProperty(val targets: List<DocumentType>) : ExtraProperty<DFunction>

Extra property that stores the document types a function supports, if specified.

Parameters

targets

the list of document types the function supports

Constructors

Link copied to clipboard
constructor(targets: List<DocumentType>)

Types

Link copied to clipboard
object Companion : ExtraProperty.Key<DFunction, DocumentTargetProperty>

Properties

Link copied to clipboard
Link copied to clipboard