OptionalassignmentProps forwarded to the AssignmentEditor (some props are managed by the session)
OptionalfileFile to open programmatically (e.g. from FileManager smart opening)
OptionallabelsCustom labels for session UI elements
OptionalonCalled when errors occur (file loading, saving)
OptionalroomRoom name for filtering files to current room
OptionalstoragelocalStorage key for persisting filter and sort state
OptionalsxMUI sx styling prop
Props for the AssignmentSession component.
Remarks
The AssignmentSession component manages the assignment editing experience within a session context, including empty state handling, session header, and integration with the session file list.
Example