# SomeType

Example type for the Titanium Docs DevKit documentation

Availability
0.8
0.8
Extends
Object

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

Availability
0.8
0.8
normalProp :Object

DEPRECATED SINCE 2.0.0

Use readonlyProp instead

The normal property


# readonlyProp READONLY

Availability
0.8
0.8
readonlyProp :String

The read-only property

# Methods

# doSomeStuff

Availability
0.8
0.8
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