Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    PRESET_STYLES: {
        cell: {
            alternate: {
                background: { color: string };
                border: { color: string; style: "solid"; width: string };
                title: {
                    position: "center";
                    show: boolean;
                    style: { color: string; fontSize: string; fontWeight: string };
                };
            };
            default: {
                background: { color: string };
                border: { color: string; style: "solid"; width: string };
                title: {
                    position: "center";
                    show: boolean;
                    style: { color: string; fontSize: string; fontWeight: string };
                };
            };
        };
        divider: {
            dashed: {
                color: string;
                dashArray: string;
                show: boolean;
                style: "dashed";
                width: string;
            };
            default: { color: string; show: boolean; style: "solid"; width: string };
            thick: { color: string; show: boolean; style: "solid"; width: string };
        };
        layout: {
            default: { backgroundColor: string };
            withGap: { backgroundColor: string; gap: string };
        };
    } = ...

    Type declaration

    • cell: {
          alternate: {
              background: { color: string };
              border: { color: string; style: "solid"; width: string };
              title: {
                  position: "center";
                  show: boolean;
                  style: { color: string; fontSize: string; fontWeight: string };
              };
          };
          default: {
              background: { color: string };
              border: { color: string; style: "solid"; width: string };
              title: {
                  position: "center";
                  show: boolean;
                  style: { color: string; fontSize: string; fontWeight: string };
              };
          };
      }
    • divider: {
          dashed: {
              color: string;
              dashArray: string;
              show: boolean;
              style: "dashed";
              width: string;
          };
          default: { color: string; show: boolean; style: "solid"; width: string };
          thick: { color: string; show: boolean; style: "solid"; width: string };
      }
    • layout: {
          default: { backgroundColor: string };
          withGap: { backgroundColor: string; gap: string };
      }