CustomFx2NLParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |