BlockSuite API Documentation / @blocksuite/affine-block-database / databaseBlockPropertyList
Variable: databaseBlockPropertyList
constdatabaseBlockPropertyList: (PropertyMetaConfig<"link", {},string,string> |PropertyMetaConfig<"checkbox", {},boolean,boolean> |PropertyMetaConfig<"date", {},null|number,null|number> |PropertyMetaConfig<"multi-select", {options:object[]; },string[],string[]> |PropertyMetaConfig<"number", {decimal:number;format:"number"|"numberWithCommas"|"percent"|"currencyYen"|"currencyINR"|"currencyCNY"|"currencyUSD"|"currencyEUR"|"currencyGBP"; },null|number,null|number> |PropertyMetaConfig<"progress", {},number,number> |PropertyMetaConfig<"select", {options:object[]; },null|string,null|string> |PropertyMetaConfig<"image", {},null|string,null|string> |PropertyMetaConfig<"rich-text", {},undefined|RichTextCellType,string> |PropertyMetaConfig<"title", {},undefined|Text,string>)[]
Defined in: packages/affine/blocks/block-database/src/properties/index.ts:29