@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbIncomingHintBase

    interface UmbIncomingHintBase {
        color?: UUIInterfaceColor;
        text: string;
        unique?: string | symbol;
        weight?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: UUIInterfaceColor
    text: string
    unique?: string | symbol
    weight?: number