@willwade/aac-processors
    Preparing search index...

    Interface ProcessorConfig

    interface ProcessorConfig {
        customButtonFilter?: (button: AACButton) => boolean;
        excludeNavigationButtons?: boolean;
        excludeSystemButtons?: boolean;
        fileAdapter: FileAdapter;
        grid3Locale?: string;
        grid3Path?: string;
        grid3SymbolDir?: string;
        gridsetPassword?: string;
        preserveAllButtons?: boolean;
        zipAdapter: (
            input?: ProcessorInput,
            fileAdapter?: FileAdapter,
        ) => Promise<ZipAdapter>;
    }
    Index

    Properties

    customButtonFilter?: (button: AACButton) => boolean
    excludeNavigationButtons?: boolean
    excludeSystemButtons?: boolean
    fileAdapter: FileAdapter
    grid3Locale?: string
    grid3Path?: string
    grid3SymbolDir?: string
    gridsetPassword?: string
    preserveAllButtons?: boolean
    zipAdapter: (
        input?: ProcessorInput,
        fileAdapter?: FileAdapter,
    ) => Promise<ZipAdapter>