Readonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isReadonly
isProtected
Readonly
targetReadonly
typeReturns null if the target does not match the type (instanceof). Otherwise returns the target as the type.
Rest
...params: any[]Static
forGenerated using TypeDoc
A descriptor is simply a JSON tree that either has an actual value or a type that identifies what the expect type should be at that leaf in the tree.
var descriptor = { a : Object, b : String, c : { d : true , e : Array, f : [] }, g : "literal" }