adobe-firefly-sdk
    Preparing search index...

    Type Alias ContainerOnlyPermissions

    ContainerOnlyPermissions

    The permissions for the user applicable to container type of asset

    type ContainerOnlyPermissions = {
        can_move_assets_inside: boolean;
        can_move_assets_outside: boolean;
    }
    Index

    Properties

    can_move_assets_inside: boolean

    Whether the user can move assets inside the container

    can_move_assets_outside: boolean

    Whether the user can move assets outside the container