Difference between revisions of "LocalStorage"

From Lianjapedia
Jump to: navigation, search
(Properties)
(Events)
Line 18: Line 18:
 
|}
 
|}
  
====Events====
 
  
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!Args
 
!width="50%"|Description
 
|-
 
|}
 
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]

Revision as of 11:36, 10 April 2019

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Methods

Method Args Description
GetItem key as Character Return the value of the property with the specified key
SetItem key as Character, value as Expression Create a property with the specified key and set its value