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

    Interface ProcessorOptions

    interface ProcessorOptions {
        customButtonFilter?: (button: AACButton) => boolean;
        excludeNavigationButtons?: boolean;
        excludeSystemButtons?: boolean;
        grid3Locale?: string;
        grid3Path?: string;
        grid3SymbolDir?: string;
        gridsetPassword?: string;
        preserveAllButtons?: boolean;
    }
    Index

    Properties

    customButtonFilter?: (button: AACButton) => boolean
    excludeNavigationButtons?: boolean
    excludeSystemButtons?: boolean
    grid3Locale?: string
    grid3Path?: string
    grid3SymbolDir?: string
    gridsetPassword?: string
    preserveAllButtons?: boolean