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

    Interface LayerData

    interface LayerData {
        assets?: Asset[];
        blendMode?: string;
        blur?: any;
        borderRadius: number | number[];
        borders: any[];
        componentId?: string;
        componentName?: string;
        componentSourceId?: string;
        constraints?: any;
        content?: string;
        cornerRadius?: any;
        exportable?: boolean;
        fills: any[];
        inspectable?: boolean;
        interactionLevel?: boolean;
        layers?: any[];
        layout?: any;
        layoutAlignment?: string;
        layoutGrow?: number;
        maxHeight?: number;
        maxLines?: number;
        maxWidth?: number;
        minHeight?: number;
        minWidth?: number;
        name: string;
        opacity: number;
        rect: Rect;
        rotation?: number;
        shadows: any[];
        shapeType?: string;
        sourceId?: string;
        styleName?: string;
        styleSourceId?: string;
        textStyleName?: string;
        textStyles?: any[];
        textStyleSourceId?: string;
        textTruncation?: string;
        type: string;
    }
    Index

    Properties

    assets?: Asset[]
    blendMode?: string
    blur?: any
    borderRadius: number | number[]
    borders: any[]
    componentId?: string
    componentName?: string
    componentSourceId?: string
    constraints?: any
    content?: string
    cornerRadius?: any
    exportable?: boolean
    fills: any[]
    inspectable?: boolean
    interactionLevel?: boolean
    layers?: any[]
    layout?: any
    layoutAlignment?: string
    layoutGrow?: number
    maxHeight?: number
    maxLines?: number
    maxWidth?: number
    minHeight?: number
    minWidth?: number
    name: string
    opacity: number
    rect: Rect
    rotation?: number
    shadows: any[]
    shapeType?: string
    sourceId?: string
    styleName?: string
    styleSourceId?: string
    textStyleName?: string
    textStyles?: any[]
    textStyleSourceId?: string
    textTruncation?: string
    type: string