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

    Class VariableGroup

    An interface that represents a variable group.

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    name: string

    Name of the variable group.

    variables: Variable[]

    Variables of the variable group.

    Accessors

    Methods

    • Creates a VariableGroup instance from a JSON string

      Parameters

      • json: string

        JSON string representing a variable group

      Returns VariableGroup

      A new VariableGroup instance