hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ICollectionViewHeaderSettings

    Interface for header settings in a collection view row.

    interface ICollectionViewHeaderSettings {
        backgroundColor?: string;
        backgroundOpacity?: number;
        backgroundVisible?: boolean;
        fontKey?: string;
        headerAppearance?: "none" | "onTop" | "underneath";
        headerClass?: string;
        height?: number;
        labelOffset?: [number, number];
        positionOffset?: [number, number];
        textColor?: string;
    }
    Index

    Properties

    backgroundColor?: string

    Header background color.

    backgroundOpacity?: number

    Header background opacity.

    backgroundVisible?: boolean

    Visibility of the header background.

    fontKey?: string

    Font key for header label.

    headerAppearance?: "none" | "onTop" | "underneath"

    Appearance of the header ('none', 'onTop', 'underneath').

    headerClass?: string

    Header class name.

    height?: number

    Height of the header.

    labelOffset?: [number, number]

    Offset for label position within header.

    positionOffset?: [number, number]

    Offset position of the header.

    textColor?: string

    Text color for header label.