@sebbo2002/vestaboard - v5.0.1-develop.8
    Preparing search index...

    Interface MessageWriteOptions

    interface MessageWriteOptions {
        fallbackChar?: null | number;
        indent?: number | boolean;
        position?: MessageWriteCoords | MessageWritePosition;
        removeUnsupportedWords?: boolean;
    }
    Index

    Properties

    fallbackChar?: null | number
    indent?: number | boolean
    removeUnsupportedWords?: boolean