WebIDLpedia

LayoutFragment interface

Definition

CSS Layout API Level 1 defines LayoutFragment



[Exposed=LayoutWorklet]
interface LayoutFragment {
    readonly attribute double inlineSize;
    readonly attribute double blockSize;

    attribute double inlineOffset;
    attribute double blockOffset;

    readonly attribute any data;

    readonly attribute ChildBreakToken? breakToken;
};

Methods and attributes that return objects implementing LayoutFragment

Referring IDL interfaces/dictionaries