Skip to content

ChainGraph API Documentation / @badaitech/chaingraph-types / CategoryStyle

Interface: CategoryStyle ​

Defined in: packages/chaingraph-types/src/node/category.ts:19

Base interface for category styling

Properties ​

dark ​

dark: object

Defined in: packages/chaingraph-types/src/node/category.ts:28

background ​

background: string

primary ​

primary: string

secondary ​

secondary: string

text ​

text: string


light ​

light: object

Defined in: packages/chaingraph-types/src/node/category.ts:21

background ​

background: string

primary ​

primary: string

secondary ​

secondary: string

text ​

text: string

Licensed under BUSL-1.1