The fetchTiddler method of a TiddlyWiki class object returns an object of the Tiddler class that the TiddlyWiki contains.
It expects one parameter: the name of the tiddler.
store.fetchTiddler('Name Of Tiddler');
If the tiddler does not exist, then an undefined value is returned.
Note: This is different from a null value.

This is a primitive method used by many other methods in the TiddlyWiki class.
bag
tiddlywikidev_public
created
Mon, 29 Nov 2010 16:56:07 GMT
creator
colmbritton
modified
Tue, 24 May 2011 14:20:03 GMT
modifier
colmbritton
tags
method
store
theme
TWDocTheme