Noun
named parameter (plural named parameters) (programming) a parameter that is passed by name, rather than by position, in a function call In the function call foo(3, 6, type="bar"), type is a named parameter.