MCPcopy Create free account
hub / github.com/SpringRoll/SpringRoll / Anchor

Class Anchor

typings/SafeScaleManager.d.ts:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63export type PositionCallback = (position: Point) => void;
64
65export class Anchor implements ScaledEntity {
66 constructor(config: AnchorConfig);
67 onResize(event: EntityResizeEvent): void;
68}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected