You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '"Status"' is not assignable to type '"Storage Remaining"'.
blessed-contrib
exportinterfaceLcdOptionsextendsCanvasOptions{segmentWidth?: number// how wide are the segments in % so 50% = 0.5segmentInterval?: number// spacing between the segments in % so 50% = 0.550% = 0.5strokeWidth?: number// spacing between the segments in % so 50% = 0.5elements?: number// how many elements in the display. or how many characters can be displayed.display?: number// what should be displayed before first call to setDisplayelementSpacing?: number// spacing between each elementelementPadding?: number// how far away from the edges to put the elementscolor?: 'white'// color for the segmentslabel?: 'Storage Remaining'}
I've just copy and past that code from the blessed-contrib package. At this point I can't change label. It should be always 'Storage Remaining' or empty.
Version
"blessed-contrib": "^4.11.0",
The text was updated successfully, but these errors were encountered:
salihkesepara
added a commit
to salihkesepara/blessed-contrib
that referenced
this issue
Jan 9, 2024
I'm trying to use this code but
label: 'Status'
gives me error.Error
blessed-contrib
I've just copy and past that code from the blessed-contrib package. At this point I can't change label. It should be always 'Storage Remaining' or empty.
Version
"blessed-contrib": "^4.11.0",
The text was updated successfully, but these errors were encountered: