Enum SpeculationTargetHint
Corresponds to mojom::SpeculationTargetHint. See https://github.com/WICG/nav-speculation/blob/main/triggers.md#window-name-targeting-hints
[JsonConverter(typeof(JsonEnumMemberConverter<SpeculationTargetHint>))]
public enum SpeculationTargetHint
Fields
[EnumMember(Value = "Blank")] Blank = 0Enumerated member for the Blank value.
[EnumMember(Value = "Self")] Self = 1Enumerated member for the Self value.