Interface representing an in-app-default value.
Signature:
export interface InAppDefaultValue
Properties
| Property | Type | Description |
|---|---|---|
| useInAppDefault | boolean | If true, the parameter is omitted from the parameter values returned to a client. |
InAppDefaultValue.useInAppDefault
If true, the parameter is omitted from the parameter values returned to a client.
Signature:
useInAppDefault: boolean;