This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| libtf:documentation:api:apparel:generics [2018/02/25 09:22] – lee | libtf:documentation:api:apparel:generics [2018/09/23 17:26] (current) – removed lee | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[libtf: | ||
| - | |||
| - | |||
| - | ====== LibTF.Apparel.Generics.GenericApparel ====== | ||
| - | |||
| - | **Inherits From:** [[libtf: | ||
| - | |||
| - | This is the generic apparel type from which all other apparel is derived. | ||
| - | |||
| - | |||
| - | ===== Fields ===== | ||
| - | |||
| - | **Inherited from [[libtf: | ||
| - | |||
| - | ==== (SomeClass).someField ==== | ||
| - | |||
| - | * **Access:** access. | ||
| - | * **Type:** type. | ||
| - | |||
| - | Description. | ||
| - | |||
| - | |||
| - | ===== Methods ===== | ||
| - | |||
| - | **Inherited from [[libtf: | ||
| - | |||
| - | ==== (SomeClass).someMethod( arg ) ==== | ||
| - | |||
| - | * **Arguments: | ||
| - | * **// | ||
| - | * **Returns: | ||
| - | * **Throws:** Error if: Stuff. | ||
| - | * | ||
| - | Description. | ||
| - | |||
| - | <code javascript> | ||
| - | // Example code. | ||
| - | </ | ||
| - | |||
| - | |||
| - | [[libtf: | ||