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
It's currently a file-scoped [const] variable, which means that the client-side developer API can't edit its value.
It does not necessarily need to be a class variable of Pages, but it looks like this makes the most sense. (It also does not need to be static; it can be an instance variable of Pages or Page, but this seems wrong.)
The text was updated successfully, but these errors were encountered:
It's currently a file-scoped [
const
] variable, which means that the client-side developer API can't edit its value.It does not necessarily need to be a class variable of
Pages
, but it looks like this makes the most sense. (It also does not need to be static; it can be an instance variable ofPages
orPage
, but this seems wrong.)The text was updated successfully, but these errors were encountered: