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
Problem
Some API settings (eg those related to layout) - work best if you see a "preview" of what they do, on hover. In other tools, a common pattern for this is to apply on hover the hovered-over item in eg a list or a segment control "as if the user had already clicked on it".
Solution
Add an (optional) key to the API (previewable, default / in absence: false)
For segment controls only, implement a feature that "previews" the result on hover over a segment - but without the code editor updating yet.
The text was updated successfully, but these errors were encountered:
Problem
Some API settings (eg those related to layout) - work best if you see a "preview" of what they do, on hover. In other tools, a common pattern for this is to apply on hover the hovered-over item in eg a list or a segment control "as if the user had already clicked on it".
Solution
previewable
, default / in absence:false
)The text was updated successfully, but these errors were encountered: