Saxonberg Server API
    Preparing search index...

    One opposed-pair axis: a durable key and its two pole labels.

    interface DispositionAxis {
        key: string;
        negative: string;
        positive: string;
    }
    Index

    Properties

    Properties

    key: string

    Durable axis key (e.g. 'generosity') — recorded on every row.

    negative: string

    The label at the negative end of the axis (negative valence).

    positive: string

    The label at the positive end of the axis (positive valence).