Skip to content
On this page

custom-belt-lib / Modules / Belt / BeltProps

Interface: BeltProps

Belt.BeltProps

Property object passed to component

Table of contents

Properties

Properties

belt

belt: Belt

Defined in

Belt.ts:125


borderColor

borderColor: string

Defined in

Belt.ts:126


callback

Optional callback: (callbackType: BeltCallbackType, belt: BeltProps, event: null | Event) => void

Type declaration

▸ (callbackType, belt, event): void

Parameters
NameType
callbackTypeBeltCallbackType
beltBeltProps
eventnull | Event
Returns

void

Defined in

Belt.ts:200


hasPatch

hasPatch: boolean

Defined in

Belt.ts:127


hasProfessorPatch

hasProfessorPatch: boolean

Defined in

Belt.ts:132


patchBorder

patchBorder: string

Defined in

Belt.ts:129


patchColor

patchColor: string

Defined in

Belt.ts:128


professorBorder

professorBorder: string

Defined in

Belt.ts:131


professorPatch

professorPatch: string

Defined in

Belt.ts:130


randomSettings

randomSettings: RandomSettings

Defined in

Belt.ts:198


refreshInterval

refreshInterval: number

Defined in

Belt.ts:199


s10l1Color

s10l1Color: string

Defined in

Belt.ts:181


s10l2aColor

s10l2aColor: string

Defined in

Belt.ts:182


s10l2bColor

s10l2bColor: string

Defined in

Belt.ts:183


s10l3Color

s10l3Color: string

Defined in

Belt.ts:184


s11l1Color

s11l1Color: string

Defined in

Belt.ts:185


s11l2aColor

s11l2aColor: string

Defined in

Belt.ts:186


s11l2bColor

s11l2bColor: string

Defined in

Belt.ts:187


s11l3Color

s11l3Color: string

Defined in

Belt.ts:188


s12l1Color

s12l1Color: string

Defined in

Belt.ts:189


s12l2aColor

s12l2aColor: string

Defined in

Belt.ts:190


s12l2bColor

s12l2bColor: string

Defined in

Belt.ts:191


s12l3Color

s12l3Color: string

Defined in

Belt.ts:192


s13l1Color

s13l1Color: string

Defined in

Belt.ts:193


s13l2aColor

s13l2aColor: string

Defined in

Belt.ts:194


s13l2bColor

s13l2bColor: string

Defined in

Belt.ts:195


s13l3Color

s13l3Color: string

Defined in

Belt.ts:196


s1l1Color

s1l1Color: string

Defined in

Belt.ts:145


s1l2aColor

s1l2aColor: string

Defined in

Belt.ts:146


s1l2bColor

s1l2bColor: string

Defined in

Belt.ts:147


s1l3Color

s1l3Color: string

Defined in

Belt.ts:148


s2l1Color

s2l1Color: string

Defined in

Belt.ts:149


s2l2aColor

s2l2aColor: string

Defined in

Belt.ts:150


s2l2bColor

s2l2bColor: string

Defined in

Belt.ts:151


s2l3Color

s2l3Color: string

Defined in

Belt.ts:152


s3l1Color

s3l1Color: string

Defined in

Belt.ts:153


s3l2aColor

s3l2aColor: string

Defined in

Belt.ts:154


s3l2bColor

s3l2bColor: string

Defined in

Belt.ts:155


s3l3Color

s3l3Color: string

Defined in

Belt.ts:156


s4l1Color

s4l1Color: string

Defined in

Belt.ts:157


s4l2aColor

s4l2aColor: string

Defined in

Belt.ts:158


s4l2bColor

s4l2bColor: string

Defined in

Belt.ts:159


s4l3Color

s4l3Color: string

Defined in

Belt.ts:160


s5l1Color

s5l1Color: string

Defined in

Belt.ts:161


s5l2aColor

s5l2aColor: string

Defined in

Belt.ts:162


s5l2bColor

s5l2bColor: string

Defined in

Belt.ts:163


s5l3Color

s5l3Color: string

Defined in

Belt.ts:164


s6l1Color

s6l1Color: string

Defined in

Belt.ts:165


s6l2aColor

s6l2aColor: string

Defined in

Belt.ts:166


s6l2bColor

s6l2bColor: string

Defined in

Belt.ts:167


s6l3Color

s6l3Color: string

Defined in

Belt.ts:168


s7l1Color

s7l1Color: string

Defined in

Belt.ts:169


s7l2aColor

s7l2aColor: string

Defined in

Belt.ts:170


s7l2bColor

s7l2bColor: string

Defined in

Belt.ts:171


s7l3Color

s7l3Color: string

Defined in

Belt.ts:172


s8l1Color

s8l1Color: string

Defined in

Belt.ts:173


s8l2aColor

s8l2aColor: string

Defined in

Belt.ts:174


s8l2bColor

s8l2bColor: string

Defined in

Belt.ts:175


s8l3Color

s8l3Color: string

Defined in

Belt.ts:176


s9l1Color

s9l1Color: string

Defined in

Belt.ts:177


s9l2aColor

s9l2aColor: string

Defined in

Belt.ts:178


s9l2bColor

s9l2bColor: string

Defined in

Belt.ts:179


s9l3Color

s9l3Color: string

Defined in

Belt.ts:180


stripeColor1

stripeColor1: string

Defined in

Belt.ts:135


stripeColor10

stripeColor10: string

Defined in

Belt.ts:144


stripeColor2

stripeColor2: string

Defined in

Belt.ts:136


stripeColor3

stripeColor3: string

Defined in

Belt.ts:137


stripeColor4

stripeColor4: string

Defined in

Belt.ts:138


stripeColor5

stripeColor5: string

Defined in

Belt.ts:139


stripeColor6

stripeColor6: string

Defined in

Belt.ts:140


stripeColor7

stripeColor7: string

Defined in

Belt.ts:141


stripeColor8

stripeColor8: string

Defined in

Belt.ts:142


stripeColor9

stripeColor9: string

Defined in

Belt.ts:143


stripeCount

stripeCount: number

Defined in

Belt.ts:133


stripePosition

stripePosition: StripePosition

Defined in

Belt.ts:134


transitionCSS

transitionCSS: string

Defined in

Belt.ts:197

Released under the MIT License.