getItem( )


Gets an item from local, session, or memory storage.

If an item does not exist, getItem() resolves to null.

Method Declaration
Copy
Method Parameters
keystringRequired

The key of the item to get.

Returns
Return Type:string
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?