Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This file provides context and instructions for GitHub Copilot to better assist with development in this Power Platform repository.
Sign in to like and favorite skills
This file provides context and instructions for GitHub Copilot to better assist with development in this Power Platform repository.
This repository contains:
import { IInputs, IOutputs } from "./generated/ManifestTypes"; export class YourControl implements ComponentFramework.StandardControl<IInputs, IOutputs> { // Component implementation }
context.webAPI for Dataverse operationsupdateView() for property changesnotifyOutputChanged() to update bound propertiescontext.mode.isControlDisabled for read-only statesThis context should help GitHub Copilot provide more accurate and relevant suggestions for Power Platform development in this repository.