Definition
CSS Layout API Level 1 defines ChildBreakToken
[Exposed=LayoutWorklet]
interface ChildBreakToken {
readonly attribute BreakType breakType;
readonly attribute LayoutChild child;
};
ChildBreakToken
interfaceCSS Layout API Level 1 defines ChildBreakToken
[Exposed=LayoutWorklet]
interface ChildBreakToken {
readonly attribute BreakType breakType;
readonly attribute LayoutChild child;
};
ChildBreakToken