AttributesObject<T>: {
    [K in T]?: Attribute<K>
}

An objects of attribute key/value pairs.

Type Parameters

Generated using TypeDoc