ODVerifyBar_Default class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is a special class that adds type definitions & typescript to the ODVerifyBar class. It doesn't add any extra features!
This default class is made for the default ODVerifyBar
's!
Properties
inherited enabled
boolean ➜ boolean
When disabled, it will skip the verifybar and instantly fire the success
workers.
failure
class ➜ api.ODWorkerManager_Default
All workers that will run when the verifybar is stopped.
inherited id
class ➜ api.ODId
The id of this data.
inherited message
class ➜ api.ODMessage
The message that will be built wen activating this verifybar.
success
class ➜ api.ODWorkerManager_Default
All workers that will run when the verifybar is accepted.
Methods
constructor()
function ➜ api.ODVerifyBar_Default
(no description)
View Parameters (3)
id
: type ➜api.ODValidId
- Parameter Description Lorem Ipsum.message
: class ➜api.ODMessage
- Parameter Description Lorem Ipsum.enabled
: boolean ➜boolean
- Parameter Description Lorem Ipsum.
inherited protected _change()
function ➜ void
Trigger an onChange()
event in the parent ODManager
of this class.
inherited activate()
function ➜ Promise
Build the message and reply to a button with this verifybar.
View Parameters (1)
responder
: class ➜api.ODButtonResponderInstance
- Parameter Description Lorem Ipsum.
inherited changed()
function ➜ void
(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!