@jsfkit/types
    Preparing search index...

    Type Alias GroupFill

    Group fill.

    Declares that the element is part of a group and should inherit the fill properties of the group.

    type GroupFill = {
        type: "group";
    }
    Index

    Properties

    Properties

    type: "group"

    Type discriminator for group fills.