Description
Returns the type model.
Available in Ted and in Fred.
Syntax
object.TypeModel |
object
Required. Object name. Returned by the GetRootNode, GetCurNode, GetTxtNode, GetParent, GetChild functions of the object, returned by Ted.GetActiveArticle.
Example
For the type, defined in schema with model 'open', the below script displays "open":
If Ted.HasActiveArticle Then
dim objA = Ted.GetActiveArticle
dim objN = objA.GetCurNode
MsgBox (objN.TypeModel)
end if
Context
Node object
See also
TypeContent, TypeDescription, TypeId, TypeKind, TypeLink, TypeModel, TypeName, TypeReference, TypeTextElement