Skip to main content

UserListFilter

Home > @backstage/plugin-catalog-react > UserListFilter

Warning: This API is now obsolete.

use EntityUserFilter

Filters entities based on whatever the user has starred or owns them.

Signature:

class UserListFilter implements EntityFilter 

Implements: EntityFilter

Constructors

ConstructorModifiersDescription
(constructor)(value, isOwnedEntity, isStarredEntity)Constructs a new instance of the UserListFilter class

Properties

PropertyModifiersTypeDescription
isOwnedEntityreadonly(entity: Entity) => boolean
isStarredEntityreadonly(entity: Entity) => boolean
valuereadonlyUserListFilterKind

Methods

MethodModifiersDescription
filterEntity(entity)
toQueryValue()