KC's Workspace
    Preparing search index...
    interface Message {
        plugin?: string;
        type: string;
        [others: string]: any;
    }

    Indexable

    • [others: string]: any
    Index

    Properties

    Properties

    plugin?: string

    Source PostCSS plugin name.

    type: string

    Message type.