fromValue

fun fromValue(value: String?): LinkType?

Finds a LinkType by its string value.

Return

The matching LinkType or null if not found.

Parameters

value

The string value to match (e.g., "fieldToField").