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

    Class Blur

    A class to represent the blur effect applied to a Layer

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    radius: number

    Radius of the blur effect. It is a positive integer.

    type: BlurType

    Type of the blur effect. It can be either "gaussian" or "background".

    Accessors

    • get ALLOWED_FIELDS(): string[]

      Returns string[]

    • get TYPE(): Record<string, BlurType>

      Returns Record<string, BlurType>

    Methods