Create a new Space every time Flatfile is opened.
development
environment.
new
command.
app.component.ts
you’ll need to pass in a minimum of the publishableKey
.
config.ts
file, and place the following code in it. After you have done so, import the configuration to app.component.ts
, and update spaceProps
to have the value of config
under workbook
. This config file has the configuration settings for your workbook, so feel free to edit however necessary to meet your needs.
src/listeners/listener.ts
file with this simple recordHook
.app.component.ts
to import the listener.themeConfig
to spaceProps
, we will now override colors in your Space to match your brand. See all of the options here in the Theming Reference.