Path: blob/main/src/resources/schema/cell-card.yml
12925 views
- name: title1tags:2formats: [dashboard]3schema: string4description:5short: "Title displayed in dashboard card header"67- name: padding8tags:9formats: [dashboard]10schema:11anyOf:12- string13- number14description:15short: "Padding around dashboard card content (default `8px`)"1617- name: expandable18tags:19formats: [dashboard]20schema: boolean21default: true22description:23short: "Make dashboard card content expandable (default: `true`)"2425- name: width26tags:27formats: [dashboard]28schema:29anyOf:30- string31- number32description:33short: "Percentage or absolute pixel width for dashboard card (defaults to evenly spaced across row)"3435- name: height36tags:37formats: [dashboard]38schema:39anyOf:40- string41- number42description:43short: "Percentage or absolute pixel height for dashboard card (defaults to evenly spaced across column)"4445- name: context46tags:47formats: [dashboard]48engine: [jupyter]49schema: string50description:51short: "Context to execute cell within."5253- name: content54tags:55formats: [dashboard]56schema:57enum: [valuebox, sidebar, toolbar, card-sidebar, card-toolbar]58description:59short: "The type of dashboard element being produced by this code cell."6061- name: color62tags:63formats: [dashboard]64schema:65anyOf:66- string67- enum: [primary, secondary, success, info, warning, danger, light, dark]68description:69short: "For code cells that produce a valuebox, the color of the valuebox.s"707172