device-navigation - v4.5.5
    Preparing search index...

    Type Alias AttributesMap

    AttributesMap: {
        [attributeName: string]: undefined | string | number | boolean;
    }

    A collection of attribute keys to values. This is just used to ensure we're not applying invalid attribute values.

    Type declaration

    • [attributeName: string]: undefined | string | number | boolean