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

    Interface MetaBlockActionDefaultKind

    Metadata for the default block action kind. Provides icon and label for the button.

    interface MetaBlockActionDefaultKind {
        icon: string;
        label: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    icon: string
    label: string