Package version:

Interface JavaComponentConfigurationProperty

Configuration properties for a Java Component

interface JavaComponentConfigurationProperty {
    propertyName?: string;
    value?: string;
}

Properties

propertyName?: string

The name of the property

value?: string

The value of the property