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
See also
Functions
Link copied to clipboard
Method to arrange the content of the screen to display
Link copied to clipboard
Method to calculated the bottom padding based on the isBottomNavigationMode flag
Link copied to clipboard
Method to calculated the start padding based on the isBottomNavigationMode flag
Link copied to clipboard
Method to collect or instantiate the states of the screen