WebIDLpedia

LayoutConstraintsOptions dictionary

Definition

CSS Layout API Level 1 defines LayoutConstraintsOptions



dictionary LayoutConstraintsOptions {
    double availableInlineSize;
    double availableBlockSize;

    double fixedInlineSize;
    double fixedBlockSize;

    double percentageInlineSize;
    double percentageBlockSize;

    double blockFragmentationOffset;
    BlockFragmentationType blockFragmentationType = "none";

    any data;
};

Referring IDL interfaces/dictionaries