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

    Represents a comment controller's options.

    interface CommentOptions {
        placeHolder?: string;
        prompt?: string;
    }
    Index

    Properties

    placeHolder?: string

    An optional string to show as placeholder in the comment input box when it's focused.

    prompt?: string

    An optional string to show on the comment input box when it's collapsed.