I'm trying to use PreviewPartRef to show a preview. For a same line of record, I need to display different preview data based on the columns(with the same preview form), so I feel I need to pass additional parameters to the form, because args.record() itself is not enough to know which column it's calling from. Is there a way to do that?