Function

Vte-3.91Vtequery_termpropSince 0.78

  • Gets the property type of the termprop. For properties installed by vte_install_termprop(), the name starts with "vte.ext.".

    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

    • name: string

      a termprop name

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

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

    0.78