Class Vue :: ComponentExtension
A component created via an explicit call to Vue.extend({...})
or CustomComponent.extend({...})
.
Import path
import javascript
Direct supertypes
Indirect supertypes
Fields
Predicates
getABaseComponent |
Gets a component which is extended by this one. |
getComponentRef |
Gets an API node referring to the component itself. |
getOwnOptions |
Gets an API node referring to the options passed to the Vue object, such as the object literal |
getTemplateElement |
Gets the template element used by this component, if any. |
hasLocationInfo |
Holds if this element is at the specified location. The location spans column |
toString |
Gets a textual representation of this element. |
Inherited predicates
getABoundFunction |
Gets a node for a function that will be invoked with |
from Component |
getALifecycleHook |
Gets the node for the life cycle hook of the |
from Component |
getAPropertyValue |
Gets the data flow node that flows into the property |
from Component |
getAnInstanceRef |
Gets a data flow node referring to an instance of this component. |
from Component |
getAsClassComponent |
Gets the class implementing this Vue component, if any. |
from Component |
getComputed |
Gets the node for the |
from Component |
getData |
Gets the node for the |
from Component |
getInstance |
Gets an API node referring to an instance of this component. |
from Component |
getMethods |
Gets the node for the |
from Component |
getOption |
Gets the node for option |
from Component |
getOptionSource |
Gets a source node flowing into the option |
from Component |
getOptions |
Gets an API node referring to the options passed to the Vue object or one of its base component. |
from Component |
getOwnOption |
Gets the node for option |
from Component |
getOwnOptionsObject |
DEPRECATED. Use |
from Component |
getRender |
Gets the node for the |
from Component |
getTemplate |
Gets the node for the |
from Component |
getWatch |
Gets the node for the |
from Component |
getWatchHandler |
Gets the function responding to changes to the given |
from Component |