Search
Loading...
Skip to content

Type Alias: CopyAction

type CopyAction = () => void | Promise<void>;

Action function for copying selected blocks to the clipboard

Returns#

void | Promise<void>