title |
description |
foundGif |
foundGif attributes, type and example |
Constructor: foundGif
Back to constructors index
Attributes:
Name |
Type |
Required |
webpage |
WebPage |
Yes |
Example:
$foundGif = ['_' => 'foundGif', 'webpage' => WebPage, ];
Or, if you're into Lua:
foundGif={_='foundGif', webpage=WebPage, }