@suluk/panel - v0.3.1
    Preparing search index...

    Interface FormOptions

    interface FormOptions {
        basePath: string;
        relPaths: Record<string, string>;
        canDelete: boolean;
        uploadPath?: string;
    }
    Index

    Properties

    basePath: string
    relPaths: Record<string, string>
    canDelete: boolean
    uploadPath?: string