Type alias AccessPointMap

AccessPointMap: {
    [key: string]: AccessPointProperties;
}

An object with properties named after the object path to each available Access Point (ie '/org/freedesktop/NetworkManager/AccessPoint/247987'). The value of each entry being the AccessPoint's current properties.

Type declaration

Generated using TypeDoc