ExampleInterface

public INTERFACE
 

Interface Description

Interface description doc comments first line.

Additional interface description documentation comments.

See Also

 

Listing

 

Properties

read_only_property():ExampleEnum
read only
Public read-only property doc comments first line.
legacy_property():String
deprecated v2.1.3
read only
Unfashionable old property.
 

Methods

interface_method(param1:String, ...rest:Vector.<Object>):voidPublic interface method doc comments first line.
 

Details

 

Properties

 

read_only_property
read only

public read_only_property():ExampleEnum

Public read-only property doc comments first line.

returns
ExampleEnum

An enumeration value

 

legacy_property
deprecated v2.1.3
read only

public legacy_property():String

Unfashionable old property.

returns
String

A string value

 

Methods

 

interface_method()

public function interface_method(param1:String, ...rest:Vector.<Object>):void

Public interface method doc comments first line.

This method has one required first parameter, and can accept any number of additional params via the rest arg (...).

param1:StringThe first parameter (required)
...rest:Vector.<Object>
optional
 Any additional params (optional)

 

 

 

 

 

 

 

 

 

 

lsdoc 2018 pixeldroid
https://github.com/pixeldroid/lsdoc
programming pages theme v0.5.10 (https://github.com/pixeldroid/programming-pages)