Skip to content

Home > d3-blueprint > ConfigDefineOptions > getter

ConfigDefineOptions.getter property

Optional transform applied when reading the value.

Signature:

typescript
getter?: (value: T) => T;