script
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
addElementToBody(name: string): string Helper method for appending an element to body or documentElement |
|
| public static |
|
|
| public static |
makeConstraint(keys: *, values: *): * |
|
| public static |
|
|
| public static |
makeRandomOptions(baseObject: *): * |
|
| public static |
methodCall(objectName: *, methodHash: *): string |
|
| public static |
methodHead(list: *, numOptional: *): string |
|
| public static |
|
|
| public static |
Wrap command(s) in setInterval, setTimeout, loop or run directly |
|
| public static |
|
|
| public static |
setAttribute(objectName: *, attributeHash: *): string |
|
Static Public Methods
public static addElementToBody(name: string): string source
Helper method for appending an element to body or documentElement
Params:
| Name | Type | Attribute | Description |
| name | string | Element identifier |
public static makeArray(type: *, arrayLength: *, cb: *): string source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| arrayLength | * | ||
| cb | * |
public static makeConstraint(keys: *, values: *): * source
Params:
| Name | Type | Attribute | Description |
| keys | * | ||
| values | * |
Return:
| * |
public static makeRandomOptions(baseObject: *): * source
Params:
| Name | Type | Attribute | Description |
| baseObject | * |
Return:
| * |
public static methodCall(objectName: *, methodHash: *): string source
Params:
| Name | Type | Attribute | Description |
| objectName | * | ||
| methodHash | * |
public static methodHead(list: *, numOptional: *): string source
Params:
| Name | Type | Attribute | Description |
| list | * | ||
| numOptional | * |
public static runner(cmds: string | string[]): array source
Wrap command(s) in setInterval, setTimeout, loop or run directly
Return:
| array |
