Home > @visualization-tools/core > HitAlwaysAllowedComponent
A IHitAllowedComponent that always returns true.
Signature:
export declare class HitAlwaysAllowedComponent implements IHitAllowedComponent<unknown, unknown>
Implements: IHitAllowedComponent<unknown, unknown>
| Method | Modifiers | Description |
|---|---|---|
| isHitAllowed() |