Interface IMessageVisibilityVisible

Variant of MessageVisibility for the case in which the message should be displayed.

interface IMessageVisibilityVisible {
    visible: true;
}

Properties

Properties

visible