What I’m trying to do
Similarly to how a Base can reference file.links inside a filter or formula, I’m looking to work with a file’s links inside of a Bases view.
Inside a custom BasesView, I can see that this.data.data is an array of all the files returned by the filters, and I can see this.data.allProperties includes file.links, but I haven’t yet figured out how to actually retrieve the links from an array item.
Things I have tried
I have searched the forum, and poked around a good bit in the console, exploring what is provided to the Bases view in the this.data property.