@yesstudio/nuxt-composables
    Preparing search index...

    Interface BodyAttr

    Construct a type with the properties of T except for those in type K.

    interface BodyAttr {
        class?:
            | Record<string, ResolvableValue<Stringable>>
            | MaybeArray<ResolvableValue<Stringable>>;
        id?: string;
        style?:
            | ResolvableProperties<CSSProperties>
            | MaybeArray<ResolvableValue<string>>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The class global attribute is a space-separated list of the case-sensitive classes of the element.

    id?: string

    The id global attribute defines a unique identifier (ID) which must be unique in the whole document.

    style?:
        | ResolvableProperties<CSSProperties>
        | MaybeArray<ResolvableValue<string>>

    The class global attribute is a space-separated list of the case-sensitive classes of the element.