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

    Class Screen

    An interface that represents a Screen.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    description: string

    Description of the screen

    name: string

    Name of the screen

    tags: string[]

    Tags of the screen

    Accessors

    • get ALLOWED_FIELDS(): string[]

      Returns string[]

    Methods

    • Creates a Screen instance from a JSON string

      Parameters

      • json: string

        JSON string representing a screen

      Returns Screen

      A new Screen instance