Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "pixela"

Index

Type aliases

Channel

Channel: object & SlackChannel

Channels

Channels: object

Type declaration

Color

Color: "shibafu" | "momiji" | "sora" | "ichou" | "ajisai" | "kuro"

Condition

Condition: ">" | "=" | "<" | "multipleOf"

Dictionary

Dictionary: object

Type declaration

  • [key: string]: any

DisplayMode

DisplayMode: "short" | "line"

Graph

Graph: object

Type declaration

  • color: Color
  • id: string
  • isSecret: boolean
  • name: string
  • publishOptionalData: boolean
  • purgeCacheURLs: string[]
  • selfSufficient: SelfSufficient
  • timezone: string
  • type: Type
  • unit: string

Graphs

Graphs: object

Type declaration

InvokeType

InvokeType: "increment" | "decrement"

Notification

Notification: object

Type declaration

NotificationTarget

NotificationTarget: "quantity"

Notifications

Notifications: object

Type declaration

Pixel

Pixel: object

Type declaration

  • optionalData: any
  • quantity: number

PixelDates

PixelDates: object

Type declaration

  • pixels: string[]

PixelaNumber

PixelaNumber: string | number

Response

Response: object

Type declaration

  • isSuccess: boolean
  • message: string

SelfSufficient

SelfSufficient: "increment" | "decrement" | "none"

SlackChannel

SlackChannel: object

Type declaration

  • detail: object
    • channelName: string
    • url: string
    • userName: string
  • type: "slack"

Stats

Stats: object

Type declaration

  • avgQuantity: number
  • maxQuantity: number
  • minQuantity: number
  • todaysQuantity: number
  • totalPixelsCount: number
  • totalQuantity: number

Type

Type: "int" | "float"

WebhookResponse

WebhookResponse: object & Response

Webhooks

Webhooks: object

Type declaration

YesNoBoolean

YesNoBoolean: "yes" | "no" | boolean

Variables

Const PIXELA_VERSION

PIXELA_VERSION: "0.1.2" = "0.1.2"

Generated using TypeDoc