Function

Vte-3.91Vtequery_termprop_by_idSince 0.78

  • Like vte_query_termprop() except that it takes the termprop by ID. See that function for more information.

    For an alias termprop (see vte_install_termprop_alias()), resolved_name will be name of the alias' target termprop; otherwise it will be name.

    Parameters

    • prop: number

      a termprop ID

    Returns [boolean, string, Vte.PropertyType, Vte.PropertyFlags]

    true iff the termprop exists, and then name, type and flags will be filled in

    0.78