WebIDLpedia

FragmentResult interface

Definition

CSS Layout API Level 1 defines FragmentResult



[Exposed=LayoutWorklet]
interface FragmentResult {
    constructor(optional FragmentResultOptions options = {});
    readonly attribute double inlineSize;
    readonly attribute double blockSize;
};

Methods and attributes that return objects implementing FragmentResult