Methods
(async, static) getPageCookie(widget, params) → {Promise.<boolean>}
Parameters:
Name | Type | Description |
---|---|---|
widget |
Help4.widget.help.Widget | |
params |
Help4.widget.help.Cookie.Params |
- Source:
Returns:
- Type
- Promise.<boolean>
(async, static) remPageCookie(widget, params) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
widget |
Help4.widget.help.Widget | |
params |
Help4.widget.help.Cookie.Params |
- Source:
Returns:
- Type
- Promise.<void>
(async, static) setPageCookie(widget, params) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
widget |
Help4.widget.help.Widget | |
params |
Help4.widget.help.Cookie.Params |
- Source:
Returns:
- Type
- Promise.<void>
Type Definitions
PageCookieInformation
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
storageService |
Help4.service.StorageService | |
storageTarget |
Object | |
data |
Object | |
typeData |
* | |
key |
string | |
keyContained |
boolean |
- Source:
Params
Type:
- Object
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
session |
boolean |
<optional> |
false | |
type |
string | |||
key |
string |
<optional> |
- Source: