figma-api 0.31.4

This is the OpenAPI specification for the [Figma REST API](https://www.figma.com/developers/api). Note: we are releasing the OpenAPI specification as a beta given the large surface area and complexity of the REST API. If you notice any inaccuracies with the specification, please [file an issue](https://github.com/figma/rest-api-spec/issues).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# LocalVariableCollection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique identifier of this variable collection. | 
**name** | **String** | The name of this variable collection. | 
**key** | **String** | The key of this variable collection. | 
**modes** | [**Vec<models::LocalVariableCollectionModesInner>**]LocalVariableCollection_modes_inner.md | The modes of this variable collection. | 
**default_mode_id** | **String** | The id of the default mode. | 
**remote** | **bool** | Whether this variable collection is remote. | 
**hidden_from_publishing** | **bool** | Whether this variable collection is hidden when publishing the current file as a library. | [default to false]
**variable_ids** | **Vec<String>** | The ids of the variables in the collection. Note that the order of these variables is roughly the same as what is shown in Figma Design, however it does not account for groups. As a result, the order of these variables may not exactly reflect the exact ordering and grouping shown in the authoring UI. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)