HOTSPOT - You create a Power Apps component framework component. You need to test the component. Which option should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
Suggested Answer:
Box 1: F12 and select component - Using browser developer tools to debug your code component Modern browsers have a built-in set of developer tools that allow you to inspect the HTML, CSS, and JavaScript loaded on the current page. You can access these developer tools using the keyboard shortcut Ctrl+Shift+I. Using the F12 key is also a common keyboard shortcut to open the developer tools.
Box 2: Data Inputs - Data Inputs is an interactive UI that displays all the properties and their types or type-groups defined in the manifest file. The contents of this area are dependent on the properties and datasets defined in the ControlManifest.Input.xml and allows providing mock data for test purposes.
Box 3: Context Inputs - Context Inputs is shown for all code component types: * Form Factor: Provides a way to specify the form factor and test the code component with each form factor (web, tablet, phone). This is helpful when the code component changes its layout depending on where the component is loaded. You can detect the form factor in the code using context.client.getFormFactor(). * etc. Reference: https://docs.microsoft.com/en-us/power-apps/developer/component-framework/debugging-custom-controls Power Apps debug component in Microsoft Edge
Correct answer.
The PCF sandbox have box on the right side with 2 section
- Context Input: Form Factor (Web/Table/Mobile), Width, Height
- Data Input: All defined properties in manifest
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
stalee
Highly Voted 1 year, 1 month agoJuan0414
Most Recent 3 days, 7 hours agohai297
5 months, 1 week agoAt09
11 months, 1 week agoMarkR27
1 year, 4 months agoKline
1 year, 7 months ago