[F] getParameterVisibility
function getParameterVisibility(program, entity): string[] | undefined
Returns the visibilities of the parameters of the given operation, if provided with @parameterVisibility
.
Parameters
Parameter | Type |
---|---|
program | Program |
entity | Operation |
Returns
string
[] | undefined
Deprecated
Use getParameterVisibilityFilter
instead.