dotflow
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

Flow

Flow contains the universal typings and basic layout of how a .flow file should be structured and defined.

Examples

Building a .flow file from the Basic structure

  1. Clone repo
  2. cd Flow
  3. yarn
  4. yarn run build to build a .flow file

Private Node Types

Node

Property Type Description
id string A unique identifier for the node in the Document
name string A non-unique identifier for the node in the Document
type NodeType One of NodeType that declares what type of Node it is

Shape extends Node

Property Type Description
position Flow.Point A unique identifier for the node in the Document
size Flow.Size A non-unique identifier for the node in the Document
connections Flow.Connection[] One of NodeType that declares what type of Node it is

Graphic extends Node

Property Type Description
position Flow.Point A unique identifier for the node in the Document
size Flow.Size A non-unique identifier for the node in the Document
source Flow.FileAsset or Flow.URLAsset One of NodeType that declares what type of Node it is

Dependencies (1)

Dev Dependencies (8)

Package Sidebar

Install

npm i dotflow

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

7.23 kB

Total Files

6

Last publish

Collaborators

  • animify