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

com.tecknobit.equinoxcompose.helpers.session.EquinoxScreen

Constructors

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

Functions

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