Typedef
Static Public Summary | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
Type of theme |
|
public |
|
|
public |
An env key. |
|
public |
Colors of the modal |
|
public |
|
|
public |
|
|
public |
|
|
public |
A global key (not env related). |
|
public |
|
|
public |
Pass to mark all notifications |
|
public | ||
public | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Static Public
public AuthConfig: Object source
Properties:
Name | Type | Attribute | Description |
append | boolean |
|
If logged in, append to current user. |
public ButtonColor: Object source
Properties:
Name | Type | Attribute | Description |
green | Object | Green background |
|
accent | Object | Accent colored background |
|
blue | Object | Blue background |
|
plain | Object | No special coloring just blue text |
|
accentBorder | Object | Accent border and foreground |
|
blackOnWhite | Object | white button |
|
highContrast | Object | always maintains max contrast |
|
minimalGreen | Object | green version of high contrast. |
|
red | Object | red version of high contrast. |
|
activeBlue | Object | non-transitioning theme color |
|
activeAxtell | Object | non-transitioning theme color of axtell |
public EnvKey: Object source
An env key. These are constant over a server's instance
Properties:
Name | Type | Attribute | Description |
algoliaAppId | string | app id for algolia |
|
algoliaSearchKey | string | search key for algolia |
|
csrf | string | CSRF token |
|
isDebug | string | If is debugging instance |
|
host | string | canonical host |
|
webAPNId | string | The web.id of webapns |
|
minUsernameLength | string | minimum username length |
|
maxUsernameLength | string | maximum username length |
public FSModalColor: Object source
Colors of the modal
Properties:
Name | Type | Attribute | Description |
default | string | Default color |
public Key: Object source
A global key (not env related).
Properties:
Name | Type | Attribute | Description |
helpCenter | string | Object for help center page data. |
|
settingsContext | string | If is user settings screen |
|
userEmail | string | The email of the user |
|
loginData | string | OAuth datas ONLY available when not logged in. |
|
userReceiveNotifications | string | If user wants notifications |
public SearchInputResults: Object source
Properties:
Name | Type | Attribute | Description |
results | T[] | The results |
|
areMore | boolean | if more results |