Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FullStyleMetadata

Hierarchy

Index

Properties

Readonly created_at

created_at: string

The UTC ISO 8601 time at which the element was created

Readonly description

description: string

The description of the element as entered in the editor

Readonly file_key

file_key: string

The unique identifier of the figma file which contains the element

Readonly key

key: string

The unique identifier of the element

Readonly name

name: string

The name of the element

Readonly node_id

node_id: string

Id of the component node within the figma file

Readonly sort_position

sort_position: string

A user specified order number by which the style can be sorted

Readonly style_type

style_type: StyleType

The type of style

Readonly thumbnail_url

thumbnail_url: string

URL link to the element's thumbnail image

Readonly updated_at

updated_at: string

The UTC ISO 8601 time at which the element was updated

Readonly user

user: User

The user who last updated the element

Generated using TypeDoc