Interface KernelOptions

Options for configuring the kernel

interface KernelOptions {
    blacklist?: { commands?: string[] };
    credentials?: { password: string; username: string };
    dom?: DomOptions;
    filesystem?: FilesystemOptions<ConfigMounts>;
    i18n?: InitOptions<object>;
    log?: LogOptions;
    service?: ServiceOptions;
    socket?: WebSocket;
    toast?: object;
}

Properties

blacklist?: { commands?: string[] }
credentials?: { password: string; username: string }
filesystem?: FilesystemOptions<ConfigMounts>
i18n?: InitOptions<object>
service?: ServiceOptions
socket?: WebSocket
toast?: object
MMNEPVFCICPMFPCPTTAAATR