Hierarchy

  • IToastRef

Index

Properties

Properties

id

id: number

Unique id, used to identify the toast

onClose

onClose: function

Callback which closes the toast

Type declaration

    • (id: number): void
    • Parameters

      • id: number

      Returns void