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

    Interface BodyAttributesWithoutEvents

    From T, pick a set of properties whose keys are in the union K

    interface BodyAttributesWithoutEvents {
        class?: Stringable;
        id?: string;
        style?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    class?: Stringable

    A space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the class selectors or functions like the method Document.getElementsByClassName().

    id?: string

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

    style?: string

    Contains CSS styling declarations to be applied to the element.