Hnxml Standard
    Preparing search index...

    Interface customthemefile

    Creates a file for custom theme in a node.

    自定义 theme 的文件

    <customthemefile path="sys" name="Custom_x-server.sys" themePath="Themes/SecondaryTheme.xml"/>
    
    interface customthemefile {
        children: string | void;
        name: string;
        path: string;
        themePath: string;
    }
    Index

    Properties

    children: string | void
    name: string
    path: string
    themePath: string