Skip to content

[F] getParameterVisibility

function getParameterVisibility(program, entity): string[] | undefined

Returns the visibilities of the parameters of the given operation, if provided with @parameterVisibility.

Parameters

ParameterType
programProgram
entityOperation

Returns

string[] | undefined

See

$parameterVisibility