MLightCAD
    Preparing search index...

    Function useEntityDrawStyle

    • ============================================================= Composable

      Parameters

      Returns {
          color: Ref<string, string>;
          cssColor: ComputedRef<string>;
          isShowToolbar: Ref<boolean, boolean>;
          lineWeight: Ref<AcGiLineWeight, AcGiLineWeight>;
          setColor: (nextColor: AcCmColor) => void;
          setLineWeight: (v: AcGiLineWeight) => void;
          syncFromDatabase: () => void;
          syncToDatabase: () => void;
      }

      • color: Ref<string, string>

      • cssColor: ComputedRef<string>

      • isShowToolbar: Ref<boolean, boolean>
      • lineWeight: Ref<AcGiLineWeight, AcGiLineWeight>
      • setColor: (nextColor: AcCmColor) => void
      • setLineWeight: (v: AcGiLineWeight) => void
      • syncFromDatabase: () => void
      • syncToDatabase: () => void