Sheetshow.Op.DeleteSheet (Sheetshow v0.1.0)

Copy Markdown View Source

Removes a tab, and everything on it.

iex> Sheetshow.Op.DeleteSheet.new("log")
%Sheetshow.Op.DeleteSheet{title: "log"}

Nothing plans one of these for you: losing a sheet is not something a write should decide on your behalf, so it is yours to ask for.

Summary

Functions

Builds the op.

Types

t()

@type t() :: %Sheetshow.Op.DeleteSheet{title: String.t()}

Functions

new(title)

@spec new(String.t()) :: t()

Builds the op.