@masatomakino/pixijs-basic-scrollbar
    Preparing search index...

    Interface StepBarEventTypes

    interface StepBarEventTypes {
        changed: (newValue: number) => void;
    }
    Index

    Properties

    Properties

    changed: (newValue: number) => void