Rename

Rename

Source:
To Do:
  • Refactor to better compartmentalize functionality to allow for better scalability
  • Add remove characters feature
Properties:
Name Type Description
state Object

Object containing Redux mapped props.

Properties
Name Type Description
renameData Object

Object containing updated files and names.

selectedFileIndex string | number

represents the selected file index at any given moment.

setRenameData function

Function to set the renameData object.

  • Rename screen of file renamer.

Methods

(static) NameList()

Source:
Properties:
Name Type Description
list Array

Array of file or TV show names.

renameData Object

Object containing updated files and names.

selectedFileIndex string | number

Represents the selected file index at any given moment.

setRenameData function

Function to set the renameData object.

type string

Type of list being passed; 'files' or 'names'.

  • Lists the file and TV show names.