Skip to content

[F] getReturnTypeVisibility

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

Returns the visibilities of the return type of the given operation, if provided with @returnTypeVisibility.

Parameters

ParameterType
programProgram
entityOperation

Returns

string[] | undefined

See

$returnTypeVisibility