Skip to main content
Version: Next

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

Constructor

Modifiers

Description

(constructor)(value, isOwnedEntity, isStarredEntity)

Constructs a new instance of the UserListFilter class

Properties

Property

Modifiers

Type

Description

isOwnedEntity

readonly

(entity: Entity) => boolean

isStarredEntity

readonly

(entity: Entity) => boolean

value

readonly

UserListFilterKind

Methods

Method

Modifiers

Description

filterEntity(entity)

toQueryValue()