semantics
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
@SEMANTICS: storage, files, list, table
|
||||
@PURPOSE: Displays a table of files with metadata and actions.
|
||||
@LAYER: UI
|
||||
@RELATION: DEPENDS_ON -> storageService
|
||||
@LAYER UI
|
||||
@RELATION DEPENDS_ON -> [storageService]
|
||||
|
||||
@PROPS: files (Array) - List of StoredFile objects.
|
||||
@EVENTS: ondelete/onnavigate callback props - Raised when a file is deleted or navigation is requested.
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
@SEMANTICS: storage, upload, files
|
||||
@PURPOSE: Provides a form for uploading files to a specific category.
|
||||
@LAYER: UI
|
||||
@RELATION: DEPENDS_ON -> storageService
|
||||
@LAYER UI
|
||||
@RELATION DEPENDS_ON -> [storageService]
|
||||
|
||||
@PROPS: None
|
||||
@EVENTS: onuploaded callback prop - Invoked when a file is successfully uploaded.
|
||||
|
||||
Reference in New Issue
Block a user