Add description of

This commit is contained in:
Tessa Kelly 2022-05-02 09:44:45 -07:00
parent 635527c9b1
commit 8fbc51b555

View File

@ -430,7 +430,8 @@ disclosure exitFocusManager =
Attribute (\config -> { config | purpose = Disclosure exitFocusManager })
{-| -}
{-| Pass a bool indicating whether the tooltip should be open or closed.
-}
open : Bool -> Attribute msg
open isOpen =
Attribute (\config -> { config | isOpen = isOpen })