1.0.1 • Published 7 years ago

ore-fol-enums v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ore-fol-enums

Build Status npm Version JS Standard

Enum values for ore-fol

Installation

$ npm install ore-fol-enums --save

Usage

'use strict'

const oreFolEnums = require('ore-fol-enums')

Values

IconClasses
KeyValue
SIGNIN_ICONfa fa-sign-in
SIGNOUT_ICONfa fa-sign-out
ADD_ICONfa fa-plus
ABOUT_ICONfa fa-info-circle
LOCALE_ICONfa fa-globe
CHECK_ICONfa fa-check
CLOSE_ICONfa fa-close
USER_ICONfa fa-user
BACK_ICONion ion-chevron-left
RESIGN_ICONfa fa-eraser
SERVER_ICONfa fa-server
THREAD_ICONfa fa-list-ul
TAG_ICONfa fa-tags
EDIT_ICONfa fa-pencil
POST_ICONfa fa-photo
STAR_ICONfa fa-star
STAR_DISABLED_ICONfa fa-star-o
STAR_SPINNING_ICONfa fa-spinner fa-spin
COMMENT_ICONfa fa-comment-o
COMMENTS_ICONfa fa-comments-o
DISCLOSURE_ICONfa fa-angle-right
ELLIPSES_ICONfa fa-ellipsis-v
REPORT_ICONfa fa-hand-o-right
SHARE_ICONfa fa-share
DESTROY_ICONfa fa-trash
CLEAR_ICONfa fa-times-circle
CRAWL_ICONfa fa-exchange
BAN_ICONfa fa-ban
NEWS_ICONfa fa-newspaper-o
LOCK_ICONfa fa-lock
UNLOCK_ICONfa fa-unlock
PreferenceFields
KeyValue
REMEMBER_SIGNsign:remember
THREAD_SORTthread:sort
ServerEvents
KeyValue
ALIVE_EVENTserver:alive
RESTART_EVENTserver:restart
SessionFields
KeyValue
SIGNED_SESSIONsign:signed
CAPTCHA_SESSIONcaptcha
CLUE_SESSIONrecommend:clue
StackNames
KeyValue
INDEX_STACKstack:index
THREAD_STACKstack:threads
TAG_STACKstack:tags
ADMIN_STACKstack:admin
OTHER_STACKstack:others
ONETIME_STACKstack:onetime
MODAL_STACKstack:modal
StackWays
KeyValue
PUSH_LEFT_WAYPUSH_LEFT
PULL_UP_WAYPULL_UP
NONE_WAYNONE
TabNames
KeyValue
THREAD_TABtab:thread
TAG_TABtab:tag
OTHER_TABtab:other
NONE_TABtab:none
ViewEvents
KeyValue
THREAD_CREATE_EVENTview:thread:create
THREAD_UPDATE_EVENTview:thread:update
THREAD_DESTROY_EVENTview:thread:destroy
POST_CREATE_EVENTview:post:create
POST_UPDATE_EVENTview:post:update
POST_DESTROY_EVENTview:post:destroy
COMMENT_CREATE_EVENTview:comment:create
POST_BAN_EVENTview:post:ban
POST_UNBAN_EVENTview:post:unban
REPORT_CREATE_EVENTview:report:create
REPORT_DESTROY_EVENTview:report:destroy

License

This software is released under the MIT License.

Links