Class: ARCHline.Extension
Overview
This class holds the information of a JavaScript plugin.
You can register a plugin by instantiating this class, and call register_extension().
Instance Property Summary # collapse
-
#copyright ⇒ { get; set; }
Additional information about the plugin.
-
#creator ⇒ { get; set; }
Additional information about the plugin.
-
#description ⇒ { get; set; }
Additional information about the plugin.
-
#extension_path ⇒ { get; }
The full path to the plugin.
-
#load_on_start ⇒ { get; }
Whether to load the plugin when the ARCHline starts.
-
#name ⇒ { get; set; }
The name of the plugin.
-
#registered ⇒ { get; }
Whether the plugin is registered.
-
#version ⇒ { get; set; }
Additional information about the plugin.
↑ #copyright ⇒ { get; set; }
Additional information about the plugin.
↑ #creator ⇒ { get; set; }
Additional information about the plugin.
↑ #description ⇒ { get; set; }
Additional information about the plugin.
↑ #extension_path ⇒ { get; }
The full path to the plugin.
↑ #load_on_start ⇒ { get; }
Whether to load the plugin when the ARCHline starts.
This is usually set to true.
↑ #name ⇒ { get; set; }
The name of the plugin.
↑ #registered ⇒ { get; }
Whether the plugin is registered.
↑ #version ⇒ { get; set; }
Additional information about the plugin.
Comments
0 comments
Please sign in to leave a comment.