Module
RoughNotation
- Package
- purescript-rough-notation
- Repository
- MitchStevens/purescript-rough-notation
#RoughAnnotation Source
class RoughAnnotation a where
Members
showAnnotation :: a -> Aff Unit
hideAnnotation :: a -> Aff Unit
Instances
#annotate Source
annotate :: forall config rest. Union config rest RoughAnnotationConfig => Element -> RoughAnnotationType -> Record config -> Aff Annotation
#removeAnnotation Source
removeAnnotation :: Annotation -> Aff Unit
- Modules
- RoughNotation
- RoughNotation.
Config