Clipboard
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new Clipboard(sourceLeftCorner: SimpleCellAddress, width: number, height: number, type: ClipboardOperationType, content?: ClipboardCell[][]): Clipboard
Defined in src/ClipboardOperations.ts:51
Parameters:
| Name | Type |
|---|---|
sourceLeftCorner | SimpleCellAddress |
width | number |
height | number |
type | ClipboardOperationType |
content? | ClipboardCell[][] |
Returns: Clipboard
Properties
Section titled “Properties”content
Section titled “content”• content? : ClipboardCell[][]
Defined in src/ClipboardOperations.ts:57
height
Section titled “height”• height: number
Defined in src/ClipboardOperations.ts:55
sourceLeftCorner
Section titled “sourceLeftCorner”• sourceLeftCorner: SimpleCellAddress
Defined in src/ClipboardOperations.ts:53
• type: ClipboardOperationType
Defined in src/ClipboardOperations.ts:56
• width: number
Defined in src/ClipboardOperations.ts:54
Methods
Section titled “Methods”getContent
Section titled “getContent”▸ getContent(leftCorner: SimpleCellAddress): IterableIterator‹[SimpleCellAddress, ClipboardCell]›
Defined in src/ClipboardOperations.ts:61
Parameters:
| Name | Type |
|---|---|
leftCorner | SimpleCellAddress |
Returns: IterableIterator‹[SimpleCellAddress, ClipboardCell]›