CreateNoteScreen

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

projectId

The identifier of the project owns the update

updateId

The identifier of the update owns the note

targetVersion

The target version of the updateId

noteId

The identifier of the note to edit

See also

Constructors

Link copied to clipboard
constructor(projectId: String? = null, updateId: String? = null, targetVersion: String? = null, noteId: String?)

Functions

Link copied to clipboard
open override fun sessionFlowState(): SessionFlowState

Method used to retrieve a SessionFlowState instance used by the inheritors screens

Link copied to clipboard