A section within an index.
Go to Property Listing | Method Listing
extractLabel, getElements, insertLabel, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The topics in the specified index section. |
||
|
readonly |
The unique ID of the IndexSection. |
||
|
readonly |
The index of the IndexSection within its containing object. |
||
|
read/write |
A property that can be set to any string. |
||
|
readonly |
The name of the IndexSection. |
||
|
readonly |
The parent of the IndexSection (a Index). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
A collection of index topics. |
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
IndexSection getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
String toSource ()
Generates a string which, if executed, will return the IndexSection.
String toSpecifier ()
Retrieves the object specifier.
Topic.parent