DirectiveNodeinterface DirectiveNode extends Node_2 {arg: ExpressionNode | undefined;exp: ExpressionNode | undefined;modifiers: string[];name: string;parseResult?: ForParseResult;type: NodeTypes.DIRECTIVE;}§Extends§Node_2[src]§Properties§arg: ExpressionNode | undefined[src]§exp: ExpressionNode | undefined[src]§modifiers: string[][src]§name: string[src]§parseResult?: ForParseResult[src]optional property to cache the expression parse result for v-for §type: NodeTypes.DIRECTIVE[src]