Reactor.File.Dsl.Rm (reactor_file v0.18.3)

View Source

A rm DSL entity for the Reactor.File DSL extension.

Summary

Types

t()

@type t() :: %Reactor.File.Dsl.Rm{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t()],
  description: nil | String.t(),
  guards: [Reactor.Guard.Build.t()],
  name: any(),
  path: Path.t(),
  revert_on_undo?: boolean()
}