TD.Data.WebAppUrl
data WebAppUrl Source #
Constructors
Contains information about a Web App URL
Fields
The Web App URL to open in a web view
True, if events from the Web App must be accepted only from the same origin as the URL
Defined in TD.Data.WebAppUrl
Methods
parseJSON :: Value -> Parser WebAppUrl #
parseJSONList :: Value -> Parser [WebAppUrl] #
showsPrec :: Int -> WebAppUrl -> ShowS #
show :: WebAppUrl -> String #
showList :: [WebAppUrl] -> ShowS #
(==) :: WebAppUrl -> WebAppUrl -> Bool #
(/=) :: WebAppUrl -> WebAppUrl -> Bool #
shortShow :: WebAppUrl -> String Source #