Options interface for {@see getAttributeValue}

interface GetAttributeValueParams {
    attributes: undefined | null | Attribute[];
    name: string;
}

Properties

Properties

attributes: undefined | null | Attribute[]

Attribute list

name: string

Name of the attribute that you want to retrieve the value of

Generated using TypeDoc