Interface CommentOptions

Represents a comment controller's options.

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

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.