Basic usage

export interface ClickNotification {
    target: any;
}

Properties

NameTypeDescription
targetanyThe target for the click notification.

See also

© 2023 Alfresco Software, Inc. All Rights Reserved.