[V] VisibilityFilter
VisibilityFilter: object;
Type declaration
Section titled “Type declaration”Name | Type | Description |
---|---|---|
fromDecoratorArgument() | (filter ) => VisibilityFilter | Convert a TypeSpec GeneratedVisibilityFilter value to a VisibilityFilter . |
getVisibilityClasses() | (filter ) => Set <Enum > | Extracts the unique visibility classes referred to by the modifiers in a visibility filter. |
toCacheKey() | (program , filter ) => string | Converts a visibility filter into a stable string representation. This can be used as a cache key for the filter that will be stable for filters that are not object-identical but are semantically identical. |