A generic application to render a settings modal.

Abstract

Hierarchy

Constructors

Properties

settings: any
tabGroups: {
    primary: string;
} = ...

Type declaration

  • primary: string
tabs: {
    primary: {
        base: {
            icon: string;
            label: string;
        };
        variant: {
            icon: string;
            label: string;
        };
    };
} = ...

Type declaration

  • primary: {
        base: {
            icon: string;
            label: string;
        };
        variant: {
            icon: string;
            label: string;
        };
    }
    • base: {
          icon: string;
          label: string;
      }
      • icon: string
      • label: string
    • variant: {
          icon: string;
          label: string;
      }
      • icon: string
      • label: string
DEFAULT_OPTIONS: {
    configKey: string;
    model: typeof HealthConfigModel;
    phraseKey: string;
    window: {
        icon: string;
    };
} = ...

Type declaration

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

Type declaration

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

Accessors

Methods

Generated using TypeDoc