Articles tagged: Property
Found 1946 documents
- Archive/Firefox_OS/API/DataStore/name The name read-only property of the DataStore interface returns the name of the current data store.
- Archive/Firefox_OS/API/DataStore/onchange The onchange event handler of the DataStore interface fires when a change is made to the data ...
- Archive/Firefox_OS/API/DataStore/owner The owner read-only property of the DataStore interface returns the name of the app that owns ...
- Archive/Firefox_OS/API/DataStore/readOnly The readOnly read-only property of the DataStore interface returns a boolean indicating whether ...
- Archive/Firefox_OS/API/DataStore/revisionId The revisionId read-only property of the DataStore interface returns the current data store's ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/id The id read-only property of the DataStoreChangeEvent interface returns the identifier of the ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/operation The operation read-only property of the DataStoreChangeEvent interface returns the type of ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/owner The owner read-only property of the DataStoreChangeEvent interface returns the manifest URL of ...
- Archive/Firefox_OS/API/DataStoreChangeEvent/revisionId The revisionId read-only property of the DataStoreChangeEvent interface returns the ID of the ...
- Archive/Firefox_OS/API/DataStoreCursor/store A DataStore object.
- Archive/Firefox_OS/API/DataStoreTask/data The data read-only property of the DataStoreChangeEvent interface returns the data stored in the ...
- Archive/Firefox_OS/API/DataStoreTask/id The id read-only property of the DataStoreTask interface returns the identifier of the changed ...
- Archive/Firefox_OS/API/DataStoreTask/operation The operation read-only property of the DataStoreTask interface returns the type of operation ...
- Archive/Firefox_OS/API/DataStoreTask/revisionId The revisionId read-only property of the DataStoreTask interface returns the id of the current ...
- Archive/Firefox_OS/API/MozActivityOptions/data The data property returns an arbitrary object representing any data passed with the activity.
- Archive/Firefox_OS/API/MozActivityOptions/name The name property returns a string representing the name of the associated activity. See ...
- Archive/Firefox_OS/API/MozActivityRequestHandler/source The source property returns a MozActivityOptions object, which provides information about the ...
- Archive/Firefox_OS/API/Navigator/mozAlarms Returns a MozAlarmsManager object you can use to schedule notifications or applications to be ...
- Archive/Marketplace/API/DOMApplicationsManager/onenabledstatechange The onenabledstatechange property of the DOMApplicationsManager interface defines an event ...
- Archive/Marketplace/API/DOMApplicationsRegistry/mgmt The DOMApplicationsRegistry.mgmt read-only is an object implementing the DOMApplicationsManager ...
- BluetoothRemoteGATTService/device The BluetoothGATTService.device read-only property returns information about a Bluetooth device ...
- BluetoothRemoteGATTService/getCharacteristic The BluetoothGATTService.getCharacteristic() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getCharacteristics The BluetoothGATTService.getCharacteristics() method returns a Promise to a list of ...
- BluetoothRemoteGATTService/getIncludedService The BluetoothGATTService.getIncludedService() method returns a Promise to an instance of ...
- BluetoothRemoteGATTService/getIncludedServices The BluetoothGATTService.getIncludedServices() method returns a Promise to an Array of ...
- BluetoothRemoteGATTService/isPrimary The BluetoothGATTService.isPrimary read-only property returns a Boolean that indicates whether ...
- BluetoothRemoteGATTService/uuid The BluetoothGATTService.uuid read-only property returns a DOMString representing the UUID of ...
- Glossary/Mixin A mixin is a coherent set of methods and properties implemented by other interfaces and classes. ...
- Mozilla/Add-ons/Add-on_Manager/UpdateInfo UpdateInfo objects hold information about available versions of add-ons and are generated as a ...
- Mozilla/Add-ons/WebExtensions/API/contextMenus/ACTION_MENU_TOP_LEVEL_LIMIT The maximum number of top level extension items that can be added to a context menu item whose ...
- Mozilla/Add-ons/WebExtensions/API/extension/inIncognitoContext True for content scripts running inside incognito tabs, and for extension pages running inside ...
- Mozilla/Add-ons/WebExtensions/API/extension/lastError An alias for runtime.lastError.
- Mozilla/Add-ons/WebExtensions/API/runtime/id The ID of the add-on.
- Mozilla/Add-ons/WebExtensions/API/runtime/lastError This API is also available as browser.runtime.lastError.
- Mozilla/Add-ons/WebExtensions/API/storage/local Represents the local storage area. Items in local storage are local to the machine the add-on ...
- Mozilla/Add-ons/WebExtensions/API/storage/managed Respresents the managed storage area. Items in managed storage are set by the domain ...
- Mozilla/Add-ons/WebExtensions/API/storage/sync Represents the sync storage area. Items in sync storage are synced by the browser, and are ...
- Mozilla/Add-ons/WebExtensions/API/tabs/TAB_ID_NONE A special ID value given to tabs that are not browser tabs (for example, tabs in devtools windows).
- Mozilla/Add-ons/WebExtensions/API/webRequest/MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES The maximum number of times that handlerBehaviorChanged() can be called in a 10 minute period.
- Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_CURRENT The windowId for the current window.
- Mozilla/Add-ons/WebExtensions/API/windows/WINDOW_ID_NONE The windowId value that represents the absence of a browser window.
- Mozilla/B2G_OS/API/AudioChannelManager/headphones The headphones read-only property of the AudioChannelManager interface returns a Boolean that ...
- Mozilla/B2G_OS/API/AudioChannelManager/onheadphoneschange The onheadphoneschange event handler of the AudioChannelManager interface fires when the ...
- Mozilla/B2G_OS/API/AudioChannelManager/telephonySpeaker The telephonySpeaker property of the AudioChannelManager interface returns a Boolean that allows ...
- Mozilla/B2G_OS/API/AudioChannelManager/volumeControlChannel The volumeControlChannel property of the AudioChannelManager interface returns a DOMString that ...
- Mozilla/B2G_OS/API/BluetoothAdapter/address The address property value provides the address of the device's adapter on the Bluetooth ...
- Mozilla/B2G_OS/API/BluetoothAdapter/class The class property value provides the Bluetooth "Class of Device" number of the device's ...
- Mozilla/B2G_OS/API/BluetoothAdapter/devices The devices property gives direct access to all the Bluetooth devices discovered in the area ...
- Mozilla/B2G_OS/API/BluetoothAdapter/discoverable The discoverable property indicates if the device is discoverable (true) or not (false) by other ...
- Mozilla/B2G_OS/API/BluetoothAdapter/discoverableTimeout The discoverableTimeout property indicates how long (in seconds) the device remains discoverable.
- Mozilla/B2G_OS/API/BluetoothAdapter/discovering The discovering property indicates if the device is in the process of discovering (true) or not ...
- Mozilla/B2G_OS/API/BluetoothAdapter/name The name property provides the human readable name of the device's adapter.
- Mozilla/B2G_OS/API/BluetoothAdapter/ona2dpstatuschanged Specifies an event listener to receive a2dpstatuschanged events. Those events occur when an A2DP ...
- Mozilla/B2G_OS/API/BluetoothAdapter/ondevicefound Specifies an event listener to receive devicefound events. Those events occur when a Bluetooth ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onhfpstatuschanged Specifies an event listener to receive hfpstatuschanged events. Those events occur when an HFP ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onpairedstatuschanged Specifies an event listener to receive pairedstatuschanged events. Those events occur when a ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onrequestmediaplaystatus Specifies an event listener to receive requestmediaplaystatus events. Those events occur when a ...
- Mozilla/B2G_OS/API/BluetoothAdapter/onscostatuschanged Specifies an event listener to receive scostatuschanged events. Those events occur when a SCO ...
- Mozilla/B2G_OS/API/BluetoothAdapter/uuids The uuids property provides the list of all Bluetooth services' UUID s the device's adapter is ...
- Mozilla/B2G_OS/API/BluetoothDevice/address The address property value provides the address of the device on the Bluetooth micro-network.
- Mozilla/B2G_OS/API/BluetoothDevice/class The class property value provides the Bluetooth "Class of Device" number of the device. This ...
- Mozilla/B2G_OS/API/BluetoothDevice/connected The connected property indicates if the device is connected to the current device's adapter ...
- Mozilla/B2G_OS/API/BluetoothDevice/icon The icon property is a string indicating which kind of icon could be used to represent the device.
- Mozilla/B2G_OS/API/BluetoothDevice/name The name property provides the human readable name of the device.
- Mozilla/B2G_OS/API/BluetoothDevice/paired The paired property indicates if the device is paired to the current device's adapter (true) or ...
- Mozilla/B2G_OS/API/BluetoothDevice/services The services property provides a list of Bluetooth services the device is able to provide. For a ...
- Mozilla/B2G_OS/API/BluetoothDevice/uuids The uuids property provides the list of UUID s of each Bluetooth service the device is able to ...
- Mozilla/B2G_OS/API/BluetoothDeviceEvent/device The device property gives access to the device bound to the event.
- Mozilla/B2G_OS/API/BluetoothManager/enabled The enabled property value indicates whether the Bluetooth is turned on (true) or off (false).
- Mozilla/B2G_OS/API/BluetoothManager/onadapteradded Specifies an event listener to receive adapteradded events. Those events occur when a Bluetooth ...
- Mozilla/B2G_OS/API/BluetoothManager/ondisabled Specifies an event listener to receive disabled events. Those events occur when the device's ...
- Mozilla/B2G_OS/API/BluetoothManager/onenabled Specifies an event listener to receive enabled events. Those events occur when the device's ...
- Mozilla/B2G_OS/API/CallEvent/call The call read-only property of the CallEvent interface returns a TelephonyCall object indicating ...
- Mozilla/B2G_OS/API/CameraCapabilities/effects The effects property value is an Array identifying the effects (such as normal, sepia, mono, ...
- Mozilla/B2G_OS/API/CameraCapabilities/fileFormats The fileFormats property is an Array identifying the file formats supported by the camera, such ...
- Mozilla/B2G_OS/API/CameraCapabilities/flashModes The flashModes property is an Array of strings identifying each of the flash modes supported by ...
- Mozilla/B2G_OS/API/CameraCapabilities/focusModes The focusModes property is an Array of strings identifying each of the focus modes supported by ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxExposureCompensation The maxExposureCompensation property is a number that defines the maximum supported exposure ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxFocusAreas The maxFocusAreas property is a number that defines the maximum number of focus areas supported ...
- Mozilla/B2G_OS/API/CameraCapabilities/maxMeteringAreas The maxMeteringAreas property is a number that defines the maximum number of metering areas ...
- Mozilla/B2G_OS/API/CameraCapabilities/minExposureCompensation The minExposureCompensation property is a number that defines the minimum supported exposure ...
- Mozilla/B2G_OS/API/CameraCapabilities/pictureSizes The pictureSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/previewSizes The previewSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/recorderProfiles The recorderProfiles property is an object with attributes for each of the supported recorder ...
- Mozilla/B2G_OS/API/CameraCapabilities/sceneModes The sceneModes property is an Array identifying each of the scene modes supported by the camera ...
- Mozilla/B2G_OS/API/CameraCapabilities/stepExposureCompensation The stepExposureCompensation property is a number that defines the exposure compensation minimum ...
- Mozilla/B2G_OS/API/CameraCapabilities/videoSizes The videoSizes property is an Array of objects containing the height and width properties ...
- Mozilla/B2G_OS/API/CameraCapabilities/whiteBalanceModes The whiteBalanceModes property is an Array of strings identifiers for each white balance mode ...
- Mozilla/B2G_OS/API/CameraCapabilities/zoomRatios The zoomRatios property is an Array of numbers representing all the supported zoom ratios. If ...
- Mozilla/B2G_OS/API/CameraControl/capabilities The capabilities property return a CameraCapabilities object, which describes the capabilities ...
- Mozilla/B2G_OS/API/CameraControl/effect The effect property is a string defining the effect to be used by the camera. When set, its ...
- Mozilla/B2G_OS/API/CameraControl/exposureCompensation The exposureCompensation property value is a number used to compensate the camera exposure.
- Mozilla/B2G_OS/API/CameraControl/flashMode The flashMode property value is a string that defines how the flash, if any, is to be used. When ...
- Mozilla/B2G_OS/API/CameraControl/focalLength The focalLength property value is a read-only property that returns a number that expresses the ...
- Mozilla/B2G_OS/API/CameraControl/focusAreas The focusAreas property is an Array of one or more Area objects that define where the camera ...
- Mozilla/B2G_OS/API/CameraControl/focusDistanceFar The focusDistanceFar property value is a distance in meters used with ...
- Mozilla/B2G_OS/API/CameraControl/focusDistanceNear The focusDistanceNear property value is a distance in meters used with ...
- Mozilla/B2G_OS/API/CameraControl/focusDistanceOptimum The focusDistanceOptimum property value is the distance in meters where the subject appears ...
- Mozilla/B2G_OS/API/CameraControl/focusMode The focusMode property value is a string that defines which kind of focus mode the camera should ...
- Mozilla/B2G_OS/API/CameraControl/meteringAreas The meteringAreas property is an Array of one or more Area objects that define where the camera ...