Skip to main content

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

Dpp

readonly Dpp: "dpp";

Invest

readonly Invest: "invest";

Loyalty

readonly Loyalty: "loyalty";