Skip to content

Home > d3-blueprint > ConfigManager > has

ConfigManager.has() method

Returns true if the named config property exists.

Signature:

typescript
has(name: string): boolean;

Parameters

Parameter

Type

Description

name

string

Returns:

boolean