FeatureConsoleUpdateWithOptionsglobal inherited sharing class FeatureConsoleUpdateWithOptions Container for the classes that relate to the Lightning component that enables users to select items from a list in a feature step. Properties
FeatureConsoleUpdateWithOptions.DisplayDataglobal inherited sharing class DisplayData Data required by the Lightning component. Properties
MethodsDisplayDataglobal DisplayData() serializeglobal String serialize() FeatureConsoleUpdateWithOptions.DisplayItemglobal inherited sharing class DisplayItem Data for a single row in the component. Properties
Methods
DisplayItemglobal DisplayItem() DisplayItemglobal DisplayItem(String key) withCurrentValueglobal FeatureConsoleUpdateWithOptions.DisplayItem withCurrentValue(String value) Specify the current value. Input Parameters
Return ValueCurrent instance to enable chaining methods. withProposedValueglobal FeatureConsoleUpdateWithOptions.DisplayItem withProposedValue(String value) Specify the proposed value. Input Parameters
Return ValueCurrent instance to enable chaining methods. withSelectedglobal FeatureConsoleUpdateWithOptions.DisplayItem withSelected(Boolean value) Specify whether you want the checkbox of the row to be selected by default. Input Parameters
Return ValueCurrent instance to enable chaining methods. |