Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 917 Bytes

ResetGlobalConfig.md

File metadata and controls

35 lines (26 loc) · 917 Bytes

Class: ResetGlobalConfig

// Instantiate config object as example below to change global settings on-fly it takes IGlobalUserConfig as the argument.
new ResetGlobalConfig({
    colorList: {
           primary  : '#ff9e00', // optional shade of the overlay color
           secondary: '#989ea5', // optional
           info     : '#2f8ee5', // optional
           success  : '#3caea3', // optional
           warning  : '#ffc107', // optional
           danger   : '#e46464', // optional
           light    : '#fbfbfb', // optional
           dark     : '#343a40'  // optional
          }
})

Table of contents

Constructors

Constructors

constructor

new ResetGlobalConfig(globalConfig?)

Parameters

Name Type
globalConfig? IGlobalUserConfig