Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 497 Bytes

File metadata and controls

23 lines (15 loc) · 497 Bytes

Prominence

The level of visual distinction that should be given to a result.

Example Usage

import com.glean.api_client.glean_api_client.models.components.Prominence;

Prominence value = Prominence.HERO;

// Open enum: use .of() to create instances from custom string values
Prominence custom = Prominence.of("custom_value");

Values

Name Value
HERO HERO
PROMOTED PROMOTED
STANDARD STANDARD