Create Note Screen
class CreateNoteScreen(projectId: String? = null, updateId: String? = null, targetVersion: String? = null, noteId: String?) : CreateScreen<Note, CreateNoteScreenViewModel>
The CreateNoteScreen display the form to create a new note or edit an existing one
Author
N7ghtm4r3 - Tecknobit
Parameters
project Id
The identifier of the project owns the update
update Id
The identifier of the update owns the note
target Version
The target version of the updateId
note Id
The identifier of the note to edit