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
# ExpressionFunction

## Enum Variants

| Name | Value |
|---- | -----|
| Addition | ADDITION |
| Subtraction | SUBTRACTION |
| Multiplication | MULTIPLICATION |
| Division | DIVISION |
| Equals | EQUALS |
| NotEqual | NOT_EQUAL |
| LessThan | LESS_THAN |
| LessThanOrEqual | LESS_THAN_OR_EQUAL |
| GreaterThan | GREATER_THAN |
| GreaterThanOrEqual | GREATER_THAN_OR_EQUAL |
| And | AND |
| Or | OR |
| VarModeLookup | VAR_MODE_LOOKUP |
| Negate | NEGATE |
| Not | NOT |


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