Documentation
    Preparing search index...
    interface Extension {
        color?: string;
        iconUrl?: string;
        id: string;
        name: string;
        shortName?: string;
    }
    Index

    Properties

    color?: string
    iconUrl?: string
    id: string
    name: string
    shortName?: string