Home Reference Source
import {Configuration} from 'blueprint3d-js/scripts/core/configuration.js'
public class | source

Configuration

Global configuration to customize the whole system.

Static Method Summary

Static Public Methods
public static

getData(): *

public static

getNumericValue(key: *): *

Get a numeric configuration parameter.

public static

getStringValue(key: *): *

Get a string configuration parameter.

public static

setValue(key: *, value: *)

Set a configuration parameter.

Constructor Summary

Public Constructor
public

Static Public Methods

public static getData(): * source

Return:

*

public static getNumericValue(key: *): * source

Get a numeric configuration parameter.

Params:

NameTypeAttributeDescription
key *

Return:

*

public static getStringValue(key: *): * source

Get a string configuration parameter.

Params:

NameTypeAttributeDescription
key *

Return:

*

public static setValue(key: *, value: *) source

Set a configuration parameter.

Params:

NameTypeAttributeDescription
key *
value *

Public Constructors

public constructor() source