WebExtensionPropertyCollection Class

WebExtensionPropertyCollection class

Represents the list of web extension properties.


type WebExtensionPropertyCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewWebExtensionPropertyCollectionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntGets the property of web extension by the index.
Get_StringGets the property of web extension.
AddAdds web extension property.
RemoveAtRemove the property by the name.
GetCount