Skip to content

Language in webview API differs from elsewhere #48593

@Tyriar

Description

@Tyriar

#48453

Many of the new APIs pose questions in their JS Doc:

		/**
		 * Should the find widget be enabled in the panel?
		 *
		 * Defaults to false.
		 */

Typically we use a statement like this:

		/**
		 * Controls if a cancel button should show to allow the user to
		 * cancel the long running operation.  Note that currently only
		 * `ProgressLocation.Notification` is supporting to show a cancel
		 * button.
		 */
		cancellable?: boolean;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions