VisitsStorageApi
Home > @backstage/plugin-home > VisitsStorageApi
This is an implementation of VisitsApi that relies on a StorageApi. Beware that filtering and ordering are done in memory therefore it is prudent to keep limit to a reasonable size.
Signature:
class VisitsStorageApi implements VisitsApi
Implements: VisitsApi
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Determine whether a visit should be saved. | ||
|
| ||
|
Add additional data to the visit before saving. | ||
|
Returns a list of visits through the visitsApi | ||
|
Saves a visit through the visitsApi | ||
|
Transform the pathname before it is considered for any other processing. |