Methods
afterInit(element) mixins/AfterInit.js, line 3
Easy extend after init
Parameters:
Name | Type | Description |
---|---|---|
element | HTMLElement |
beforeInit(element) mixins/BeforeInit.js, line 3
Easy extend using this function
Parameters:
Name | Type | Description |
---|---|---|
element | HTMLElement |
Type Definitions
aceEditor components/OptionsContainer.vue, line 15
Properties:
Name | Type | Description |
---|---|---|
Ace | Ace | Ace Constructor Object |
editor | Ace.Editor | Ace Editor Initialized |
- See:
-
- https://ace.c9.io/#nav=api API Reference
optionsTypes components/OptionsContainer.vue, line 7
Properties:
Name | Type | Description |
---|---|---|
name | String | Options Name |
type | String | Array | Options Types either that accept string value of |
value | Array.<Object> | Array | Object | String | Null | Default value of options |
category | String | Category of options |