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

    Interface UmbBlockActionArgs<MetaArgsType>

    Constructor arguments passed to block action API classes.

    interface UmbBlockActionArgs<MetaArgsType> {
        meta: MetaArgsType;
        unique: string;
    }

    Type Parameters

    • MetaArgsType
    Index

    Properties

    Properties

    unique: string