Appearance
@loontail/minecraft-kit / RepairPlanOptions
Type Alias: RepairPlanOptions
ts
type RepairPlanOptions = {
from: | VerificationResult
| readonly VerificationResult[];
shouldRepairIssue?: RepairIssueFilter;
signal?: AbortSignal;
};Defined in: src/types/repair.ts:101
Options for any repair.<aspect>.plan call. Accepts one or many verification results.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
from | readonly | | VerificationResult | readonly VerificationResult[] | src/types/repair.ts:102 |
shouldRepairIssue? | readonly | RepairIssueFilter | src/types/repair.ts:104 |
signal? | readonly | AbortSignal | src/types/repair.ts:103 |