org.atemsource.atem.utility.doc.html.attribute.vm Maven / Gradle / Ivy
$attribute.name
$attribute.description
#if( $attribute.targetType.getTypeCode()=="schema.entitytype.ref" )
- type:
- $attribute.targetType.name
#else
- type:
- $attribute.targetType.name
#if( $attribute.values )
- values:
-
#foreach( $value in $attribute.values )
-
$value
#end
#end
#if( $attribute.dateformat )
- dateformat:
- $attribute.dateformat
#end
#end
- array:
- $attribute.array