Variable.ApplicationFeature
const ApplicationFeature: {
Dpp: "dpp";
Invest: "invest";
Loyalty: "loyalty";
};
Flags describing which product surfaces (DPP, Loyalty, or Invest) are enabled for a given application. Used throughout the SDK to flip UI and API capabilities.
Type Declaration
| Name | Type |
|---|---|
Dpp | "dpp" |
Invest | "invest" |
Loyalty | "loyalty" |