mwg API
    Preparing search index...

    Interface NinePatchOptions

    interface NinePatchOptions {
        border:
            | number
            | { bottom: number; left: number; right: number; top: number };
    }
    Index
    border: number | { bottom: number; left: number; right: number; top: number }

    how many pixels of the texture are the fixed border, per side