Implements

Constructors

Properties

Methods

Constructors

  • Parameters

    • model: OmitNodeName<{
          children: ({
              content: string;
              nodeName: NodeNameEnum;
          } | {
              items: (
                  | {
                      icon?: {
                          type: ...;
                          value: ...;
                      };
                      nodeName: NodeNameEnum;
                      text?: string | {
                          color: ...;
                          text: ...;
                      };
                      title: string;
                  }
                  | {
                      nodeName: NodeNameEnum;
                      text: string;
                      title: string;
                      url: string;
                  }
                  | {
                      nodeName: NodeNameEnum;
                      tags: {
                          color?: ...;
                          icon?: ...;
                          nodeName: ...;
                          text?: ...;
                      }[];
                      title: string;
                  }
                  | {
                      nodeName: NodeNameEnum;
                  })[];
              nodeName: NodeNameEnum;
          })[];
          nodeName: NodeNameEnum;
          width?: number;
      } & {
          children: (Markdown | List.ItemDetailMetadata)[];
      }>

    Returns List.ItemDetail

Properties

nodeName: NodeNameEnum = NodeNameEnum.ListItemDetail
width?: number

Methods

  • Returns {
        children: ({
            content: string;
            nodeName: NodeNameEnum;
        } | {
            items: (
                | {
                    icon?: {
                        type: IconEnum;
                        value: string;
                    };
                    nodeName: NodeNameEnum;
                    text?: string | {
                        color: string;
                        text: string;
                    };
                    title: string;
                }
                | {
                    nodeName: NodeNameEnum;
                    text: string;
                    title: string;
                    url: string;
                }
                | {
                    nodeName: NodeNameEnum;
                    tags: {
                        color?: string;
                        icon?: {
                            type: ...;
                            value: ...;
                        };
                        nodeName: NodeNameEnum;
                        text?: string;
                    }[];
                    title: string;
                }
                | {
                    nodeName: NodeNameEnum;
                })[];
            nodeName: NodeNameEnum;
        })[];
        nodeName: NodeNameEnum;
        width?: number;
    }

    • children: ({
          content: string;
          nodeName: NodeNameEnum;
      } | {
          items: (
              | {
                  icon?: {
                      type: IconEnum;
                      value: string;
                  };
                  nodeName: NodeNameEnum;
                  text?: string | {
                      color: string;
                      text: string;
                  };
                  title: string;
              }
              | {
                  nodeName: NodeNameEnum;
                  text: string;
                  title: string;
                  url: string;
              }
              | {
                  nodeName: NodeNameEnum;
                  tags: {
                      color?: string;
                      icon?: {
                          type: ...;
                          value: ...;
                      };
                      nodeName: NodeNameEnum;
                      text?: string;
                  }[];
                  title: string;
              }
              | {
                  nodeName: NodeNameEnum;
              })[];
          nodeName: NodeNameEnum;
      })[]
    • nodeName: NodeNameEnum
    • Optionalwidth?: number