eLabSDK.Page.Storage Class
Class that allows to manipulate the Storage unit/equipment Page
Item Index
Methods
addActionToStorageDetail
        
            (
    
    - 
                        btnConfig
Add a button on the equipment/storage detail page
Parameters:
- 
                        btnConfigObject
addSection
        
            (
        
            
        
    
    - 
                        sectionTitle
- 
                        content
Adds a section in the storage/equipment view page
Parameters:
- 
                        sectionTitleObject: Title of the section to add 
- 
                        contentObject: Base content of the section to add 
Returns:
info for the section, to allow its manipulation. If null = section could not be added
addTopNotice
        
            (
    
    - 
                        noticeToAdd
Add a notice to the top of a Storage/Equipment view or edit page
Parameters:
- 
                        noticeToAddId: 'testID', icon: 'fas fa-exclamation-circle', contents: 'TEST ': example => } 
