Skip to content

Instantly share code, notes, and snippets.

@vspruyt-sol
vspruyt-sol / FieldSetField.cls
Last active April 19, 2021 13:40
Importing a fieldset in LWC
public class FieldSetField
{
@AuraEnabled
public Boolean dbRequired;
@AuraEnabled
public String apiName;
@AuraEnabled
public String label;
@AuraEnabled
public Boolean required;