All Implemented Interfaces:
Debuggable, Expression<Object>, Loopable<Object>, Simplifiable<Expression<? extends Object>>, SyntaxElement, PropertyBaseSyntax<PropertyHandler.TypedValuePropertyHandler<?,?>>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Value") @Description({"Returns the value of something that has a value, e.g. a node in a config.","The value is automatically converted to the specified type (e.g. text, number) where possible."}) @Example("set {_node} to node \"update check interval\" in the skript config\n\nbroadcast text value of {_node}\n# text value of {_node} = \"12 hours\" (text)\n\nwait for {_node}\'s timespan value\n# timespan value of {_node} = 12 hours (duration)\n") @Since("2.10") @RelatedProperty("typed value") public class PropExprValueOf extends PropertyBaseExpression<PropertyHandler.TypedValuePropertyHandler<?,?>>