set

fun set(uri: Uri, edits: ReadonlyArray<ERROR CLASS: Symbol not found for JsAny>)(source)

Set (and replace) text edits or snippet edits for a resource.

Parameters

uri

A resource identifier.

edits

An array of edits.

Online Documentation


fun set(uri: Uri, edits: ReadonlyArray<Tuple2<ERROR CLASS: Symbol not found for JsAny, WorkspaceEditEntryMetadata?>>)(source)

Set (and replace) text edits or snippet edits with metadata for a resource.

Parameters

uri

A resource identifier.

edits

An array of edits.

Online Documentation


Set (and replace) notebook edits for a resource.

Parameters

uri

A resource identifier.

edits

An array of edits.

Online Documentation


Set (and replace) notebook edits with metadata for a resource.

Parameters

uri

A resource identifier.

edits

An array of edits.

Online Documentation