@nextcloud/dialogs
    Preparing search index...

    Interface DirectiveBinding

    Make all properties in T readonly

    interface DirectiveBinding {
        arg?: string;
        def?: DirectiveFunction | DirectiveOptions;
        expression?: string;
        modifiers: { [key: string]: boolean };
        name: string;
        oldArg?: string;
        oldValue?: any;
        value?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arg?: string
    expression?: string
    modifiers: { [key: string]: boolean }
    name: string
    oldArg?: string
    oldValue?: any
    value?: any