Preparing search index...
The search index is not available
simpliPFy JS Frontend Documentation
simpliPFy JS Frontend Documentation
scripts/dataObjects/counterElement
WheatstoneCounterElement
Class WheatstoneCounterElement
Param: element
{HTMLElement}
Param: identifier
{window.definitions.selectorIDs}
Param: selector
{Selector}
Param: pageToShowAnimationOn
{typeof Page}
Hierarchy (
View Summary
)
CounterElement
WheatstoneCounterElement
Index
Constructors
constructor
Properties
circuit
Files
element
hash
identifier
page
To
Show
Animation
On
selector
Accessors
all
Circuits
Done
current
Count
total
Count
Methods
add
Done
To
Class
List
check
All
Circuits
Done
selector
Carousel
Items
selector
Item
update
Constructors
constructor
new
WheatstoneCounterElement
(
element
:
any
,
identifier
:
any
,
circuitFiles
:
any
,
pageToShowAnimationOn
:
any
,
)
:
WheatstoneCounterElement
Parameters
element
:
any
identifier
:
any
circuitFiles
:
any
pageToShowAnimationOn
:
any
Returns
WheatstoneCounterElement
Properties
circuit
Files
circuitFiles
:
CircuitFilesManager
element
element
:
HTMLElement
hash
hash
:
any
identifier
identifier
:
{
capacitor
:
string
;
inductor
:
string
;
kirchhoff
:
string
;
magnetic
:
string
;
mixed
:
string
;
quickstart
:
string
;
resistor
:
string
;
symbolic
:
string
;
wheatstone
:
string
;
}
page
To
Show
Animation
On
pageToShowAnimationOn
:
typeof
Page
selector
selector
:
Selector
Accessors
all
Circuits
Done
get
allCircuitsDone
()
:
boolean
Returns
boolean
current
Count
set
currentCount
(
count
:
number
)
:
void
Parameters
count
:
number
{Number}
Returns
void
total
Count
set
totalCount
(
count
:
number
)
:
void
Parameters
count
:
number
{Number}
Returns
void
Methods
add
Done
To
Class
List
addDoneToClassList
(
idx
:
any
)
:
void
Parameters
idx
:
any
Returns
void
check
All
Circuits
Done
checkAllCircuitsDone
()
:
boolean
Returns
boolean
selector
Carousel
Items
selectorCarouselItems
(
identifier
:
any
)
:
HTMLCollection
Parameters
identifier
:
any
Returns
HTMLCollection
selector
Item
selectorItem
(
identifier
:
any
)
:
HTMLDivElement
Parameters
identifier
:
any
Returns
HTMLDivElement
update
update
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
circuit
Files
element
hash
identifier
page
To
Show
Animation
On
selector
Accessors
all
Circuits
Done
current
Count
total
Count
Methods
add
Done
To
Class
List
check
All
Circuits
Done
selector
Carousel
Items
selector
Item
update
simpliPFy JS Frontend Documentation
Loading...
Param: element
{HTMLElement}
Param: identifier
{window.definitions.selectorIDs}
Param: selector
{Selector}
Param: pageToShowAnimationOn
{typeof Page}