Skip to main content

ODVerifyBar_Default class

under construction

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!

View Source

Properties


inherited enabled boolean boolean

When disabled, it will skip the verifybar and instantly fire the success workers.

View Source


failure class api.ODWorkerManager_Default

All workers that will run when the verifybar is stopped.

View Source


inherited id class api.ODId

The id of this data.

View Source


inherited message class api.ODMessage

The message that will be built wen activating this verifybar.

View Source


success class api.ODWorkerManager_Default

All workers that will run when the verifybar is accepted.

View Source


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.

View Source


inherited protected _change() function void

Trigger an onChange() event in the parent ODManager of this class.

View Source


inherited activate() function Promise

Build the message and reply to a button with this verifybar.

View Parameters (1)

View Source


inherited changed() function void

(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.

View Parameters (1)
  • callback: type null|(() => void) - Parameter Description Lorem Ipsum.

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!