UNPKG

ducjs

Version:

The duc 2D CAD file format is a cornerstone of our advanced design system, conceived to cater to professionals seeking precision and efficiency in their design work.

15 lines (14 loc) 951 B
import * as flatbuffers from 'flatbuffers'; import { ElementContentBase } from '../duc/element-content-base'; export declare class ElementBackground { bb: flatbuffers.ByteBuffer | null; bb_pos: number; __init(i: number, bb: flatbuffers.ByteBuffer): ElementBackground; static getRootAsElementBackground(bb: flatbuffers.ByteBuffer, obj?: ElementBackground): ElementBackground; static getSizePrefixedRootAsElementBackground(bb: flatbuffers.ByteBuffer, obj?: ElementBackground): ElementBackground; content(obj?: ElementContentBase): ElementContentBase | null; static startElementBackground(builder: flatbuffers.Builder): void; static addContent(builder: flatbuffers.Builder, contentOffset: flatbuffers.Offset): void; static endElementBackground(builder: flatbuffers.Builder): flatbuffers.Offset; static createElementBackground(builder: flatbuffers.Builder, contentOffset: flatbuffers.Offset): flatbuffers.Offset; }