Record

notification

No description available.

record notification {
  body: option​<string>,
  entity: option​<notification-entity>,
  label: option​<string>,
  message: option​<string>,
  severity: option​<notification-severity-enum>,
  type-op: option​<notification-type-op-enum>,
  until: option​<string>,
  when: option​<string>,
}

Fields

NameTypeDescription
bodyoption​<string>
entityoption​<notification-entity>
labeloption​<string>
messageoption​<string>
severityoption​<notification-severity-enum>
type-opoption​<notification-type-op-enum>
untiloption​<string>
whenoption​<string>