WebIDLpedia

FragmentResultOptions dictionary

Definition

CSS Layout API Level 1 defines FragmentResultOptions



// This is the final return value from the author defined layout() method.
dictionary FragmentResultOptions {
    double inlineSize = 0;
    double blockSize = 0;
    double autoBlockSize = 0;
    sequence<LayoutFragment> childFragments = [];
    any data = null;
    BreakTokenOptions breakToken = null;
};

Referring IDL interfaces/dictionaries