Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / StrictFullGuardOptions
Interface: StrictFullGuardOptions
Defined in: packages/security/src/guard/strict-full-guard.ts:32
Options for createStrictFullGuard(...).
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
actor? | readonly | MemoryGuardActor | Optional actor pointer surfaced through audit events. | packages/security/src/guard/strict-full-guard.ts:34 |
maxMemoryBytes? | readonly | number | Hard ceiling on total snapshot bytes. Defaults to 200 KB per DEC-153. | packages/security/src/guard/strict-full-guard.ts:36 |