Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
any
1 parent 4352b50 commit d1eb0c0Copy full SHA for d1eb0c0
_includes/reference-block.html
@@ -52,6 +52,8 @@
52
{% endif %}
53
{% elsif obj[1].valType == "info_array" %}
54
(<code>{array}</code>)
55
+ {% elsif obj[1].valType == "any" %}
56
+ (<code>number or categorical coordinate string</code>)
57
{% else %}
58
{% assign typekey = obj[1].valType %}
59
(<code tooltip="{{site.data.plotschema.defs.valObjects[typekey].description}}" class="attribute-type">{{ obj[1].valType }}</code>)
0 commit comments