You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<controlnamespace="dynamicscode"constructor="DataSetControlDemo"version="0.0.1"display-name-key="DataSet Control Demo"description-key="DataSet Control Demo"control-type="standard">
4
+
<!-- dataset node represents a set of entity records on CDS; allow more than one datasets -->
5
+
<data-setname="dataSetGrid"display-name-key="Dataset Control Demo">
6
+
<!-- 'property-set' node represents a unique, configurable property that each record in the dataset must provide. -->
* Used to initialize the control instance. Controls can kick off remote server calls and other initialization actions here.
38
+
* Data-set values are not initialized here, use updateView.
39
+
* @param context The entire property bag available to control via Context Object; It contains values as set up by the customizer mapped to property names defined in the manifest, as well as utility functions.
40
+
* @param notifyOutputChanged A callback method to alert the framework that the control has new outputs ready to be retrieved asynchronously.
41
+
* @param state A piece of data that persists in one session for a single user. Can be set at any point in a controls life cycle by calling 'setControlState' in the Mode interface.
42
+
* @param container If a control is marked control-type='starndard', it will receive an empty div element within which it can render its content.
* Called when any value in the property bag has changed. This includes field values, data-sets, global values such as container height and width, offline status, control metadata values such as label, visible, etc.
55
+
* @param context The entire property bag available to control via Context Object; It contains values as set up by the customizer mapped to names defined in the manifest, as well as utility functions
0 commit comments