Docs.rs
figma-api-0.31.4
figma-api 0.31.4
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
softmarshmallow
Dependencies
reqwest ^0.12
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
serde_repr ^0.1
normal
serde_with ^3.8
normal
url ^2.5
normal
serde_path_to_error ^0.1.17
dev
tokio ^1.45.1
dev
Versions
48.12%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module conditional_block
figma_
api
0.31.4
Module conditional_
block
Module Items
Structs
In figma_
api::
models
figma_api
::
models
Module
conditional_
block
Copy item path
Source
Structs
ยง
Conditional
Block
ConditionalBlock : Either the if or else conditional blocks. The if block contains a condition to check. If that condition is met then it will run those list of actions, else it will run the actions in the else block.