Class Vue::SingleFileComponent
A single file Vue component in a .vue file.
Import path
import javascriptDirect supertypes
Indirect supertypes
Fields
Predicates
| getComponentRef | Gets an API node referring to the component itself. |
| getDefinePropsCall | Gets a call to |
| getModule | Gets the module defined by the |
| 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
| getABaseComponent | Gets a component which is extended by this one. | from Component |
| 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 |
| 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 |