Interface IDeviceSettingProperty

Interface representing a device setting property.

interface IDeviceSettingProperty {
    access: DeviceSettingAccessFlags;
    key: string;
    type: DeviceSettingType;
}

Properties

Properties

Access type of the device setting.

key: string

Key used to identify the device setting.

Type of the device setting.