Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Configuration

The Configuration class you can edit the preferences, frame and bignumbers.

To use this piece of code you can import it to other classes with this command's:

import {Configuration} from './configuration'

const set = new Configuration()
const kader = set.settings().framework
const bigdigit = set.settings().bignumbers

Hierarchy

  • Configuration

Index

Methods

Methods

settings

  • settings(): { bignumbers: number; framework: number }
  • In this methode you can change the settings from the 2 options.

    Returns { bignumbers: number; framework: number }

    Framework: 0 to not use the frame, 1 to use the frame

    • bignumbers: number
    • framework: number

Generated using TypeDoc