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

    Type Alias AttributesMap

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

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

    Type Declaration

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