UNPKG

zcrmsdk

Version:
25 lines (17 loc) 1.1 kB
# SDKConfig The class to configure the SDK. ## Package /routes/sdk_config ## Constructors | Constructor | Description | | :-------------------------------- | :------------------------------------------------------------------------------------ | | constructor([autoRefreshFields](#autorefreshfields), [pickListValidation](#picklistvalidation)) | Creates an ***SDKConfig class*** instance with the specified parameters. | ### autoRefreshFields A boolean value to allow or disallow refreshing module fields in the background. ### pickListValidation A boolean field that validates user input for a pick list field and allows or disallows the addition of a new value to the list. ## Methods | Method | Description | | :----------- | :----------------------------------------------- | | autoRefreshFields | The getter method to get ***SKDConfig autoRefreshFields***. | | pickListValidation | The getter method to get ***SKDConfig pickListValidation***. ----