Theia API Documentation v1.65.0
    Preparing search index...

    Represents an action that is shown with a message.

    interface MessageItem {
        isCloseAffordance?: boolean;
        title: string;
    }
    Index

    Properties

    isCloseAffordance?: boolean

    Indicates that the item should be triggered when the user cancels the dialog.

    Note: this option is ignored for non-modal messages.

    title: string

    A message title.