Skip to content

PKObject.getTagForKey

kerrishotts edited this page Apr 1, 2013 · 1 revision

(part of PKObject)

Return Type: any

Parameters: key (string)

Returns the data for a tag named key. The data can be any type. _default refers to the default tag with the tag property.

Usage

var result = anObject.getTagForKey ( "someTag" );

Version

0.3 Introduced; docs valid

Clone this wiki locally