UMD Web Elements Library
    Preparing search index...

    Interface ElementStyles

    interface ElementStyles {
        element?: Record<string, any>;
        pseudoAfter?: Record<string, any>;
        pseudoBefore?: Record<string, any>;
        siblingAfter?: Record<string, any>;
        subElement?: Record<string, any>;
    }
    Index

    Properties

    element?: Record<string, any>
    pseudoAfter?: Record<string, any>
    pseudoBefore?: Record<string, any>
    siblingAfter?: Record<string, any>
    subElement?: Record<string, any>