OBF Node
    Preparing search index...

    Interface OBZPackage

    interface OBZPackage {
        format: string;
        boards: OBFPage[];
        images: OBFImage[];
        sounds: OBFSound[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    format: string
    boards: OBFPage[]
    images: OBFImage[]
    sounds: OBFSound[]