Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 474 Bytes

File metadata and controls

21 lines (14 loc) · 474 Bytes

UiOptions

Example Usage

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

UiOptions value = UiOptions.NONE;

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

Values

Name Value
NONE NONE
SEARCH_RESULT SEARCH_RESULT
DOC_HOVERCARD DOC_HOVERCARD