Documentation
    Preparing search index...
    interface AbstractView {
        attributes?: any;
        configuration?: any;
        connected_objects: () => Promise<ConnectedObjects>;
        id?: number;
        min_role: number;
        name: string;
        table_name?: string;
        viewtemplate: string;
        getTags(): Promise<AbstractTag[]>;
    }

    Implemented by

    Index

    Properties

    attributes?: any
    configuration?: any
    connected_objects: () => Promise<ConnectedObjects>
    id?: number
    min_role: number
    name: string
    table_name?: string
    viewtemplate: string

    Methods