Using Pinboard content in Gizmo expressions
Can Pinboard content be used in Gizmo expressions
1
-
Official comment
Yes, Pinboard content can be used in Gizmo expressions.
When you have Pinboard collections, the property “_Pinboard” is automatically generated and can be accessed
The following examples show this in Gizmo expressions:
node._pinboardReturns all collections in which the node is included
String(node._pinboard).split(",").includes("Collection 1")Returns ‘true’ if the node is pinned to Collection 1
nodes().filter(n => String(n._pinboard).split(",").includes("Collection 1"))Lists all the nodes in Collection 1
This Knowledge Base Article introduces Pinboard Collections
Please sign in to leave a comment.
Comments
1 comment