@rcsb/rcsb-saguaro
    Preparing search index...
    interface LineDecoratorInterface {
        begin: number;
        color?: string;
        end: number;
    }
    Index

    Properties

    Properties

    begin: number
    color?: string
    end: number