@samatawy/diagrams
    Preparing search index...

    Interface HasSheetRepository

    Interface for objects that have a SheetRepository, which is responsible for managing sheets and their styles in the diagram.

    interface HasSheetRepository {
        sheetRepository: SheetRepository;
    }

    Implemented by

    Index

    Properties

    Properties

    sheetRepository: SheetRepository

    The SheetRepository instance associated with the object, which provides methods for managing sheets. Currently only diagrams have a sheet repository.