Interface: AnchorClearOptions

Defined in: anchors/types.ts:135

Options for clearing anchors

Properties

expiredOnly?

optional expiredOnly?: boolean;

Defined in: anchors/types.ts:149

Clear only expired anchors

globalOnly?

optional globalOnly?: boolean;

Defined in: anchors/types.ts:160

If true, only clear global anchors (those without a projectId) Cannot be used together with projectId

projectId?

optional projectId?: string;

Defined in: anchors/types.ts:154

Clear only anchors associated with this project

scope?

optional scope?: AnchorScope;

Defined in: anchors/types.ts:139

Clear only anchors with this scope

tags?

optional tags?: string[];

Defined in: anchors/types.ts:144

Clear only anchors with these tags