An application that lets the user configure experience related settings.

Hierarchy

Constructors

Properties

settings: any
DEFAULT_OPTIONS: {
    configKey: string;
    model: typeof ExperienceConfigModel;
    phraseKey: string;
    window: {
        icon: string;
    };
} = ...

Type declaration

  • configKey: string
  • model: typeof ExperienceConfigModel
  • phraseKey: string
  • window: {
        icon: string;
    }
    • icon: string
PARTS: {
    footer: {
        template: string;
    };
    form: {
        template: string;
    };
} = ...

Type declaration

  • footer: {
        template: string;
    }
    • template: string
  • form: {
        template: string;
    }
    • template: string
settings: any

Accessors

Methods

Generated using TypeDoc