@occultus/api-root - v0.29.3
    Preparing search index...

    Type Alias ArticleBindingConfig

    文章绑定配置

    type ArticleBindingConfig = {
        centerComponentName: string;
        centerConfig: {
            description: RawMessage | string;
            icon_path?: string;
            title: RawMessage | string;
        };
        componentName: string;
        contentComponentName: string;
    }
    Index

    Properties

    centerComponentName: string

    文章中心组件名称

    centerConfig: {
        description: RawMessage | string;
        icon_path?: string;
        title: RawMessage | string;
    }

    文章中心相关配置

    Type Declaration

    • description: RawMessage | string

      文章描述

    • Optionalicon_path?: string

      文章的图标路径

      "textures/items/diamond"
      
    • title: RawMessage | string

      文章标题

    componentName: string

    主组件名称

    contentComponentName: string

    文章内容组件名称