docx
    Preparing search index...

    Type Alias IShadingAttributesProperties

    Properties for configuring shading.

    type IShadingAttributesProperties = {
        color?: string;
        fill?: string;
        type?: typeof ShadingType[keyof typeof ShadingType];
    }
    Index

    Properties

    Properties

    color?: string

    Pattern color in hex format

    fill?: string

    Background fill color in hex format (e.g., "FF0000" for red)

    type?: typeof ShadingType[keyof typeof ShadingType]

    Shading pattern type