Global

Methods

afterInit(element) mixins/AfterInit.jsline 3

Easy extend after init

Parameters:
Name Type Description
element HTMLElement

beforeInit(element) mixins/BeforeInit.jsline 3

Easy extend using this function

Parameters:
Name Type Description
element HTMLElement

Type Definitions

aceEditor components/OptionsContainer.vueline 15

Properties:
Name Type Description
Ace Ace

Ace Constructor Object

editor Ace.Editor

Ace Editor Initialized

See:

optionsTypes components/OptionsContainer.vueline 7

Properties:
Name Type Description
name String

Options Name

type String | Array

Options Types either that accept string value of string, number and/or boolean

value Array.<Object> | Array | Object | String | Null

Default value of options

category String

Category of options