WebExtensionPropertyCollection Class
WebExtensionPropertyCollection class
Represents the list of web extension properties.
type WebExtensionPropertyCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewWebExtensionPropertyCollection | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get_Int | Gets the property of web extension by the index. |
| Get_String | Gets the property of web extension. |
| Add | Adds web extension property. |
| RemoveAt | Remove the property by the name. |
| GetCount |