Search results
genericShow :: forall a rep. Generic a rep => GenericShow rep => a -> String
A Generic
implementation of the show
member from the Show
type class.
genericShow' :: forall a. GenericShow a => a -> String
show :: forall a. Show a => a -> String
toJsonString :: forall t. EncodeJson t => t -> String
Encode and stringify a type in one step.
unsafeStringify :: forall a. a -> String
writeJSON :: forall a. WriteForeign a => a -> String
Write a JSON string from a type a
.
encodeJSON :: forall a. Encode a => a -> String
Encode a JSON string using an Encode
instance.
unsafeStringify :: forall a. a -> String
writeJSON :: forall a. WriteForeign a => a -> String
Write a JSON string from a type a
.
defaultMessage :: forall error. error -> String
defaultName :: forall error. error -> String
message :: forall error. Error error => error -> String
name :: forall error. Error error => error -> String
toAttrib :: forall a. IsAttrib a => a -> String
toAttrib :: forall a. IsAttrib a => a -> String
code :: forall error. NodeError error => error -> String
defaultCode :: forall error. error -> String
defaultStack :: forall error. error -> String
localName :: forall el. IsElement el => el -> String
nodeName :: forall n. IsNode n => n -> String
For elements this is the tag name, for document types this is the doctype
name, for processing instructions this is the target, for all other nodes
it is a string like "#text"
, `"#comment", etc. depending on the node
type.
stack :: forall error. NodeError error => error -> String
tagName :: forall el. IsElement el => el -> String
typeOf :: forall a. a -> String
Gets the type of an object with javascript typeof
unsafeJsonStringify :: forall a. a -> String
fmtVar :: forall a. FormatVar a => a -> String
renderValue :: forall a. Value a => a -> String
stringifyKey :: forall a. GrainKey a => a -> String
toHeader :: forall x. ToHeader x => x -> String
toPathPiece :: forall x. ToPathPiece x => x -> String
innerHTML :: forall e. IsElement e => e -> String
name :: forall n. IsNode n => n -> String
textContent :: forall n. IsNode n => n -> String
toColorRep :: forall color. CanvasColor color => color -> String
toText :: forall a. DotLang a => a -> String
type' :: forall e. IsEvent e => e -> String
A string descriptor of the event name (lowercase, no on
)
encodeJSON :: forall a. Encode a => a -> String
Encode a JSON string using an Encode
instance.
encodeKey :: forall a. EncodeKey a => a -> String
getKey :: forall a. HasKey a => a -> String
mergeDecl :: forall a. IsDecl a => a -> String
renderEJson :: forall t. Recursive t EJsonF => t -> String
structName :: forall a. a -> String
Gets the contructor name for the type
toString :: forall a. Serializable a => a -> String
unsafeEventValue :: forall event. event -> String
unsafeStringify :: forall a. a -> String
Uses the global JSON object to turn anything into a string. Careful! Trying to serialize functions returns undefined
_alignmentFocusName :: forall p. IsPanel p => p -> String
_background :: forall g. IsGraphObject g => g -> String
_category :: forall p. IsPart p => p -> String
_currentCursor :: forall d. IsDiagram d => d -> String
_cursor :: forall g. IsGraphObject g => g -> String
_dataFormat :: forall m. IsModel m => m -> String