<@U33H6SB2B> whats the syntax for setting `backgro...
# react
a
@turansky whats the syntax for setting
backgroundPosition
? I am using
Copy code
backgroundPosition = "center".unsafeCast<BackgroundPosition>()
at the moment
t
In child types we trust! 🙂
Screenshot 2023-06-12 at 12.47.50 AM.png
GeometryPosition
is what you need
a
I see. Do you have a intelliJ shortcut that can show child types for libraries?? Alt + Enter, shows can give you options to checkout all implementations but only works for the configured
sourceSets
t
I just press
I
button - works everywhere
a
when I press
Ctrl+I
intelliJ tells me "No members to implement found"
Alt+I
does nothing
neither do
Ctrl+Shift+I
not
Ctrl+Alt+I
t
I mean this
I
a
Ooooh, the 'I' button 😂