A collection of story windows.
story window Properties
| Property | Type | Access | Description |
|---|---|---|---|
| bounds | List of integer | r/w | The bounds of the window (specified in pixels) in the form [top, left, bottom, right]. |
| class | type | read | The class descriptor type. |
| index | integer | read | The index of the story window within its containing object. |
| name | text | read | The name of the story window. |
| object reference | story window | read | An object reference for the object. |
| parent | document | read | The parent of the story window (a document). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| selection | List of specifier | r/w | The selected object(s). Can also accept: object or nothing. |