# SomeType
Example type for the Titanium Docs DevKit documentation
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Overview
Advanced use cases, examples and other details about your type that are not part of the metadata can be written here.
# Examples
All headers for api pages will be displayed in the right navigation bar, just like this one.
# Properties
# normalProp DEPRECATED
normalProp :Object
DEPRECATED SINCE 2.0.0
Use readonlyProp instead
The normal property
# Methods
# doSomeStuff
doSomeStuff(context, id) → String
Short and clear summary of this method
Lenghty description for this method
With several paragraphs
And even code blocks
const result = doSomeStuff(context, 'myid');
Parameters
Name | Type | Description |
---|---|---|
context | Object | The context |
id | String | The id to get |
Returns
- Type
- String