Type class
Used to display a modal dialog with HTML content.
Sources
SettingsModal can be used (imported) via one of the following packages.
// SettingsModal is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "stock.ts" * Use like: am5stock.SettingsModal * -------------------------------------------------------- */ import * as am5stock from "@amcharts/amcharts5/stock";
// SettingsModal is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Include via: <script src="stock.js"></script> * Access items like: am5stock.SettingsModal * -------------------------------------------------------- */
Inheritance
SettingsModal extends Modal
.
SettingsModal is not extended by any other symbol.
Settings
Set these settings on a SettingsModal object using its set()
and setAll()
methods.
Read about settings concept.
content # |
Type Inherited from HTML content of the modal. |
---|---|
deactivateRoot # |
Type Default Inherited from When modal is open, all interactions for the underlying chart will be disabled. @since 5.2.11 |
id # |
Type Inherited from A custom string ID for the element. If set, element can be looked up via Will raise error if an element with the same ID already exists. |
stateAnimationDuration # |
Type Inherited from Duration of transition from one state to another. |
stateAnimationEasing # |
Type Inherited from Easing of transition from one state to another. |
stockChart # |
Type A target |
themeTags # |
Type Inherited from Tags which can be used by the theme rules. Click here for more info |
themeTagsSelf # |
Type Inherited from Tags which can be used by the theme rules. These tags only apply to this object, not any children. Click here for more info |
themes # |
Type Inherited from A list of themes applied to the element. |
userData # |
Type Inherited from A storage for any custom user data that needs to be associated with the element. |
There are 9 inherited items currently hidden from this list. |
Private settings
These are read-only settings accessible from a SettingsModal object using its getPrivate()
method.
Read about private settings.
container # |
Read only
Type Inherited from |
---|---|
content # |
Read only
Type Inherited from |
curtain # |
Read only
Type Inherited from |
wrapper # |
Read only
Type Inherited from |
There are 4 inherited items currently hidden from this list. |
Properties
adapters # |
Type Default Inherited from |
---|---|
className # |
Static
Type Default |
classNames # |
Static
Type Default |
events # |
Type Default Inherited from |
root # |
Type Inherited from An instance of @readonly |
states # |
Type Default Inherited from |
template # |
Type Inherited from @todo needs description |
uid # |
Type Default Inherited from Unique ID. |
There are 6 inherited items currently hidden from this list. |
Methods
animate( options: ) |
Returns Inherited from Animates setting values from current/start values to new ones. Click here for more info |
---|---|
cancel() |
Returns Closes the modal without applying any changes. |
clear() |
Returns Clears contents of the modal. |
close() |
Returns Closes the modal, saving settings. |
dispose() |
Returns Inherited from Disposes modal. |
get( key: ) |
Returns Inherited from Returns settings value for the specified If there is no value, Click here for more info |
isDisposed() |
Returns Inherited from Returns |
isOpen() |
Returns Inherited from Returns |
isType( type: ) |
Returns Inherited from Checks if element is of certain class (or inherits one). |
new( root: ) |
Static Returns Inherited from Use this method to create an instance of this class. Click here for more info |
on( key: ) |
Returns Inherited from Sets a callback function to invoke when specific key of settings changes or is set. Click here for more info |
open() |
Returns Inherited from Opens modal. |
openIndicator( target: ) |
Returns Opens settings modal for an |
openSeries( series: ) |
Returns Opens settings editing for the any |
remove( key: ) |
Returns Inherited from Removes a setting value for the specified Click here for more info |
removeAll() |
Returns Inherited from Removes all keys; Click here for more info |
set( key: ) |
Returns Inherited from Sets a setting Click here for more info |
setAll( settings: ) |
Returns Inherited from Sets multiple settings at once. Click here for more info |
setTimeout( fn: () => ) |
Returns Inherited from Creates and returns a "disposable" timeout. |
There are 14 inherited items currently hidden from this list. |
Events
Add event handlers to SettingsModal object using its events.on()
method.
Read about adding event handlers.
#cancelled |
Param { type: Inherited from |
---|---|
#closed |
Param { type: Inherited from |
#done |
Param { settings: Invoked when modal is closed/saved. |
#opened |
Param { type: Inherited from |
There are 3 inherited items currently hidden from this list. |