Skip to content

[F] isVisible

function isVisible(
program,
property,
filter): boolean;

Determines if a property is visible according to the given visibility filter.

ParameterTypeDescription
programProgramthe program in which the property occurs
propertyModelPropertythe property to check
filterVisibilityFilterthe visibility filter to use

boolean

true if the property is visible according to the filter, false otherwise

VisibilityFilter