Udostępnij przez


CustomFx2NLParams Class

Definition

Incoming LSP payload for a NL request. See FX2NL.

public class CustomFx2NLParams : Microsoft.PowerFx.LanguageServerProtocol.Protocol.BaseNLParams
type CustomFx2NLParams = class
    inherit BaseNLParams
Public Class CustomFx2NLParams
Inherits BaseNLParams
Inheritance
CustomFx2NLParams

Constructors

CustomFx2NLParams()

Properties

Context

Additional context for NL operation. Usually, a stringified JSON object.

(Inherited from BaseNLParams)
Expression

Existing Power Fx Expression.

Range

Optional range within Expression to explain. If missing, then explain the whole expression. Eg: zero-based offsets {1,6} >> 1d starting index is 1 and ending index is 6.

TextDocument

The document that was opened. Just need Uri.

Applies to