ink-cartridge
    Preparing search index...

    Type Alias EraseElementFn

    EraseElementFn: (targetLayerId: string, targetElementId: string) => void

    Removes an element from a registered layer.

    Type Declaration

      • (targetLayerId: string, targetElementId: string): void
      • Parameters

        • targetLayerId: string
        • targetElementId: string

        Returns void