Index of the properties module
  
  
    - 
    m
    
      kid.properties
    
    ...
    
      - Configuration API.
  
    
      
      
      
      
      
      - 
    f
    
      get
    
    ...
    
      - Get the property identified by name if it exists or return default.
  
    
  
- 
    f
    
      remove
    
    ...
    
      - Remove a property.
  
    
  
- 
    f
    
      set
    
    ...
    
      - The the property identified by name with the value identified by value.
  
    
  
- 
    f
    
      isset
    
    ...
    
      - Returns True if a property exists or False if it doesn't.