@rendley/sdk - v1.15.5
    Preparing search index...

    Interface PropertyLink

    Links a vector-style property to the scalar component properties that can be edited independently.

    interface PropertyLink {
        components: string[];
        compound: string;
    }
    Index

    Properties

    Properties

    components: string[]

    The component property keys in order, e.g. ["scaleX", "scaleY"]

    compound: string

    The compound property key, e.g. "scale"