Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 700 Bytes

GlobalNotification.md

File metadata and controls

30 lines (19 loc) · 700 Bytes

BitMexApi.GlobalNotification

Properties

Name Type Description Notes
id Number [optional]
_date Date
title String
body String
ttl Number
type String [optional]
closable Boolean [optional] [default to true]
persist Boolean [optional] [default to true]
waitForVisibility Boolean [optional] [default to true]
sound String [optional]

Enum: TypeEnum

  • success (value: "success")

  • error (value: "error")

  • info (value: "info")