Coda by Ian Macalinao
    Preparing search index...

    A single key/value pair stored by the Attributes plugin.

    type Attribute = {
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    key: string

    The attribute's name.

    value: string

    The attribute's value.