You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There currently exists a class VersionContext, which contains the field snapshot, which is what I'd like to use, however there is no easy way to get this.
It would be nice if this was exposed publicly (Or some other way to check if the current version is a snapshot)
The text was updated successfully, but these errors were encountered:
How would one check if the current version is a snapshot programmatically?
Currently, I am using
however, this feels sub-par.
There currently exists a class
VersionContext
, which contains the fieldsnapshot
, which is what I'd like to use, however there is no easy way to get this.It would be nice if this was exposed publicly (Or some other way to check if the current version is a snapshot)
The text was updated successfully, but these errors were encountered: