@zeplin/extension-model
    Preparing search index...

    Interface LayerConstraintData

    Interface for layer constraint data

    interface LayerConstraintData {
        max?: boolean;
        min?: boolean;
        sizingMode: LayerConstraintSizingMode;
    }
    Index

    Properties

    Properties

    max?: boolean
    min?: boolean