@hmiproject/helio-sdk
    Preparing search index...

    Type Alias ContainerAppearance

    The resolved visual appearance of the surface the element's content currently sits on — the visible surrounding container.

    These are ready-to-use CSS values you can apply selectively (e.g. as a background here, a text color there) so your element blends in with the surrounding container. They are not a spreadable style object — apply the individual values where they belong.

    type ContainerAppearance = {
        background: string;
        color: string;
        colorSubtle: string;
    }
    Index

    Properties

    background: string

    The background the content sits on. Already accounts for the container's level and status.

    color: string

    The primary text color for content on this surface.

    colorSubtle: string

    A subtler, lower-emphasis text color for secondary content.