TD.Data.WebApp
data WebApp Source #
Constructors
Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App
Fields
Web App short name
Web App title
Web App description
Web App photo
Web App animation; may be null
Defined in TD.Data.WebApp
Methods
parseJSON :: Value -> Parser WebApp #
parseJSONList :: Value -> Parser [WebApp] #
showsPrec :: Int -> WebApp -> ShowS #
show :: WebApp -> String #
showList :: [WebApp] -> ShowS #
(==) :: WebApp -> WebApp -> Bool #
(/=) :: WebApp -> WebApp -> Bool #
shortShow :: WebApp -> String Source #